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
What is the difference between global int and static int declaration?
Write syntax to define friend functions in C++.
How delete [] is different from delete?
Define a nested class. Explain how it can be useful.
What are the vectors in c++?
Can I run c program in turbo c++?
Who invented turbo c++?
Difference between overloading vs. Overriding
Is swift a good first language?
Can java be faster than c++?
Explain the term memory alignment?
Mention the ways in which parameterized can be invoked.
How do I download c++?
What is the v-ptr?
Can a list of string be stored within a two dimensional array?