A
Q. Choose the size of the below struct.
Code:
Struct{
Int a;
Char b;
Float c;
}
Int a;
Char b;
Float c;
}
- Correct Answer - Option(C)
- Views: 14
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.