size of class name vs size of an instance of the class

后端 未结 0 493
你的背包
你的背包 2020-12-14 11:16
class test {
 public:
 int a;
};

int main(){
 test t;
 //
 return ;
}

In the above empale, is it correct to say sizeof(test) is always

相关标签:
回答
  • 消灭零回复
提交回复
热议问题