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 / som shekhar
No difference
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are virtual functions in c++?
Do you need a main function in c++?
What is constructor and destructor in c++?
Difference between strdup and strcpy?
how to connect with oracle 9i with server in socket program in c/c++
What is abstract class in c++?
what is multi-threading in C++?
How do c++ struct differs from the c++ class?
Why iomanip is used in c++?
What is the full form of india?
What is an operator in c++?
Explain about vectors in c ++?
When do we run a shell in the unix system?
What is data binding in c++?
What is the difference between interpreters and compilers?