C - Structures,Unions - Discussion

You Are Here :: Home > C > Structures,Unions - Discussion

 



Q.

Number of bytes in memory taken by the below structure is

#include
struct test
{
int k;
char c;
};

A. Multiple of integer size B. integer size+character size
C. Depends on the platform D. Multiple of word size

Answer: Option B
Explaination:

No Explanation



Discussion

Your Comments Goes here...
NameDiscussion