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 understand by zombie objects in c++?
What is the difference between public, private, and protected access?
What is the basic concept of c++?
How is computer programming useful in real life?
Why do we use templates?
Explain stack & heap objects?
What is implicit pointer in c++?
What is functions syntax in c++?
What is the difference between structures and unions?
write a programme to get a character and thier ASCII value
What kind of problems can be solved by a namespace?
What are member functions used in c++?
How const int *ourpointer differs from int const *ourpointer?
What is the type of this pointer in c++?
Define a constructor?