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
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Differentiate between a copy constructor and an overloaded assignment operator.
Define Virtual function in C++.
Does dev c++ support c++ 11?
Is there any function that can skip certain number of characters present in the input stream?
What is #include ctype h in c++?
Can static member variables be private?
How do I get good at c++ programming?
Why do we use string in c++?
which operator is used for performing an exponential operation a) > b) ^ c) none
What is a unnitialised pointer?
Explain what are mutator methods in c++?
Why do we use constructor?
Will rust take over c++?
Why do we use double in c++?