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 setiosflags c++?
What are disadvantages of pointers?
Can we use clrscr in c++?
Explain the difference between class and struct in c++?
Can we define a constructor as virtual in c++?
Explain the uses oof nested class?
What is iomanip c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is the operator in c++?
Should the member functions which are made public in the base class be hidden?
What are iterators in c++?
What is atoi?
What are the main features of c++?
How do you sort a sort function in c++ to sort in descending order?
What is #include iostream h in c++?