A
Q. What will sizeof return for the following structure?
Code:
struct sample {
char c;
int i;
};
char c;
int i;
};
- Correct Answer - Option(B)
- Views: 26
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.