Answer Posted / divyachinnamaru
Eg :
class A // empty class
{
};
int main()
{
cout<<"size of class is "<<sizeof(A)<<endl;
return 0;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the pure virtual functions?
What is array in c++ pdf?
What are manipulators used for?
Can malloc be used in c++?
What is the v-ptr?
Is it possible to write a c++ template to check for a function's existence?
What is the best it certification?
What does #define mean in c++?
Why is c++ so fast?
What does it mean to declare a member function as static?
What are the new features that iso/ansi c++ has added to original c++ specifications?
How do you clear a map in c++?
Difference between an inspector and a mutator
What are the 2 main types of data structures?
What is object in c++ wikipedia?