Predict the output of below C++ programs.
#includeiostream 


using namespace std;


class Test

{

static int i;

int j;

}


int Test::i;


int main()

{

cout sizeof(Test);

return 0;

}



Posted on by