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 does it mean to declare a destructor as static?
What is a manipulator in c++?
what is c++
Which is the best c++ software?
What is the difference between while and do while loop?
What is c++ w3school?
What is diamond problem in c++?
What is a friend function in c++?
What is difference between c++ 11 and c++ 14?
What do c++ programmers do?
Difference between strdup and strcpy?
What do nonglobal variables default to a) auto b) register c) static
What is a constant reference?
write a function signature with various number of parameters.
Why do we use double in c++?