1.

How many bytes in memory taken by the following C structure?
#include 
struct Example
{
int i;
char a;
};

A. Multiple of word size
B. Depends on the platform
C. integer size+character size
D. Multiple of integer size
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs