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
Differentiate between a template class and class template in c++?
What do you understand by zombie objects in c++?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What kind of problems can be solved by a namespace?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
How do we implement inheritance in c++?
How do I run a program in notepad ++?
How do you remove an element from a set in c++?
Is rust better than c++?
What is the purpose of the "delete" operator?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
How to declaring variables in c++?
Why is main an int?
Explain virtual destructor?
Which operator cannot overload?