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
Can comments be longer than one line?
What is cin clear () in c++?
Describe private, protected and public?
How many static variables are created if you put one static member into a template class definition?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is scope operator in c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Why is c++ still used?
What is #include iostream h in c++?
Can I uninstall microsoft c++ redistributable?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What are all predefined data types in c++?
What is string in c++ programming?
What are the two types of comments, and how do they differ?