Answer Posted / abhishek
its because an empty class makes an entry to symbol table (code segment)
which requires a symoblic mapping of 1 byte
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What do manipulators do?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What does I ++ mean in c++?
How a macro differs from a template?
What do you mean by stack unwinding in c++?
What do you mean by delegate? Can a user retain delegates?
Is it possible to write a c++ template to check for a function's existence?
What is functions syntax in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Why is main function important?
What is a volatile variable in c++?
What are the advantages of using pointers in a program?
What is linked list in c++?
What is the difference between multiple and multilevel inheritance in c++?
What is function declaration in c++ with example?