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


Please Help Members By Posting Answers For Below Questions

Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

843


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

743


What is pointer to member?

758


What do you mean by volatile and mutable keywords used in c++?

756


What are vtable and vptr?

847


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)

782


What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

828


Can c++ be faster than c?

775


What is the difference between global variables and static varables?

796


Explain shallow copy?

780


What is setfill c++?

880


What is the difference between struct and class?

1025


Explain one-definition rule (odr).

847


What is object in c++ example?

822


Differentiate between an array and a list?

915