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
Differentiate between a constructor and a destructor in c++.
Can a new be used in place of old mallocq? If yes, why?
Is it possible for a member function to delete the pointer, named this?
Explain how overloading takes place in c++?
What is stl containers in c++?
What is the benefit of learning c++?
How do you clear a buffer in c++?
Explain this pointer?
Evaulate: 22%5 a) 2 b) 4 c) 0
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is setbase c++?
What is the sequence of destruction of local objects?
What do you mean by translation unit in c++?
Who discovered c++?
What is an adaptor class or wrapper class in c++?