What is size of a empty class?
Answer Posted / ganesh
when ever an datamember is not the part of the class then default value for object size is 1 byte.
but if int a;
char c;
then it will consume 3 bytes .........
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What is pointer to member?
What do you mean by volatile and mutable keywords used in c++?
What are vtable and vptr?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Can c++ be faster than c?
What is the difference between global variables and static varables?
Explain shallow copy?
What is setfill c++?
What is the difference between struct and class?
Explain one-definition rule (odr).
What is object in c++ example?
Differentiate between an array and a list?