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
Which function should be used to free the memory allocated by calloc()?
What are activex and ole?
Differentiate between the manipulator and setf( ) function?
Explain what data encapsulation is in c++?
How do you declare a set in c++?
Define pointers?
What are the various oops concepts in c++?
What is abstract class in c++?
Describe friend function & its advantages.
What is a singleton class c++?
What is else syntax in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Explain the pure virtual functions?
What is function prototyping? What are its advantages?
Mention the ways in which parameterized can be invoked. Give an example of each.