class test { public: int a; }; int main(){ test t; // return ; }
In the above empale, is it correct to say sizeof(test) is always
sizeof(test)