Q. Choose the size of the below struct.
Code:Struct{
Int a;
Char b;
Float c;
}
β
Correct Answer: (C)
7
Struct{
Int a;
Char b;
Float c;
}
You must be Logged in to update hint/solution