Answer Posted / manish shikarbar
answer is :1
Example:
class Test
{
};
Test Obj;
int size = sizeof(Obj); // answer is 1
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What do you mean by overhead in c++?
What does h mean in maths?
How a new operator differs from the operator new?
What does int * mean in c++?
What is c++ stringstream?
How do you save a c++ program?
What do you mean by const correctness?
What are the benefits of c++?
Define a constructor - what it is and how it might be called (2 methods)?
Which ide is best for c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is the use of pointer in c++ with example?
Is c++ used anymore?
Is oops and c++ same?
What are register variables?