Answer Posted / spoorthi.hebbar
THE SIZE OF THE ATTRIBUTES OF CLASS IS THE ANSWER..
EG.
CLASS DEMO
{
INT A; //IT IS 4 BYTES LONG
INT B; //IT IS 4 BYTES LONG
}
THE TOTAL SIZE IS 8 BYTES.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Is multimap sorted c++?
What are the unique features of C++.
Which c++ compiler is best?
What is c++ runtime?
Differentiate between the message and method in c++?
What are the uses of static class data?
What is endl c++?
Describe new operator?
What is double in c++?
Explain how the virtual base class is different from the conventional base classes of the opps.
What are the various situations where a copy constructor is invoked?
What is implicit pointer in c++?
What is private, public and protected inheritance?
What is endl?
Can the creation of operator** is allowed to perform the to-the-power-of operations?