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 is array give example?
What is encapsulation in c++?
Is c++ a good beginners programming language?
What does floor mean in c++?
What are the comments in c++?
What are the effects after calling the delete this operator ?
What is meant by forward referencing and when should it be used?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is a c++ object?
Write about the access privileges in c++ and also mention about its default access level?
Array base access faster or pointer base access is faster?
Can we define a constructor as virtual in c++?
What is size of string in c++?
Do you know about latest advancements in C++ ?
Explain the scope of resolution operator.