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
Can I run c program in turbo c++?
How do you save a c++ program?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
what is the difference between overloading & overriding? give example.
Why ctype h is used in c++?
What is the purpose of template?
Why is c++ still best?
When does a name clash occur in c++?
Which operations are permitted on pointers?
Specify different types of decision control statements?
What is iterator c++?
Differentiate between C and C++.
What is the use of endl in c++ give an example?
What is the operator in c++?
When can I use a forward declaration?