What is the output the code ?
#includestdio.h
using namespace std;
class abc {
void f();
void g();
int x;
};
main()
{
cout sizeof(abc) end1;
}

Posted on by