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 void pointer in c++ with example?
What are function prototypes?
How can you link a c++ program to c functions?
Is oops and c++ same?
Is it possible to provide default values while overloading a binary operator?
What is the c++ programming language used for?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is &x in c++?
Explain the benefits of proper inheritance.
Can circle be called an ellipse?
What is malloc in c++?
Which is better c++ or java?
Write about the various sections of the executable image?
How many ways can a variable be initialized into in C++?
What is an incomplete type in c++?