

MCQOPTIONS
Saved Bookmarks
1. |
What will be the size of the following C structure?#include <stdio.h> struct test { int array[10]; char ch; }; |
A. | 41 |
B. | 44 |
C. | 5 |
D. | 11 |
E. | None of these |
Answer» C. 5 | |