What is the difference in size of this two clasees?
Class A
{
int a;
char c;
float f;
}
Class B
{
float f;
char c;
int a;
}
Answer Posted / nisha
no difference
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ofstream c++?
Which is the best c++ compiler?
What is polymorphism in c++? Explain with an example?
What are the basic data types used in c++?
What is the best c++ compiler for windows 10?
Does dev c++ support c++ 11?
How long will it take to learn programming?
What is function overloading in C++?
State two differences between C and C++.
What does count ++ do in c++?
How a pointer differs from a reference?
Define vptr.
how to explain our contribution in the project?
Can manipulators fall in love?
Explain deep copy?