Answer Posted / saket kale
when i tried to calculate the size of an empty class that
time i found that it takes 1 byte.which is the size of a
char.That might be the memory taken by the compiler for
storing the address of a empty class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Do inline functions improve performance?
Is ca high or low level language?
Is vector a class in c++?
Why are arrays usually processed with for loop?
Which bit wise operator is suitable for turning off a particular bit in a number?
Explain the difference between new() and malloc() in c++?
Which of the following is evaluated first: a) && b) || c) !
What is a vector c++?
What is endianness?
Can you please explain the difference between static and dynamic binding of functions?
Can circle be called an ellipse?
What new()is different from malloc()?
Can java be faster than c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is flag in computer?