what is the size of empty class
1Byte
0byte
unknown
what is the size of double in a 32 bit compiler
2byte
8 byte
4 byte
we can overload the sizeof operator in c++
true
false
in inheritance we use:
has a relationship
is a relationship
in C++ the protected access specifier is needed only when inheritance is
involved :
true
false
The union enables the same piece of memory to be defined as two or
more different types of variables.
true
false