[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Structures, Unions, Enums - Discussion

Home > C Programming > Structures, Unions, Enums > MCQs Questions Discussion

39 / 43

union
{
char *p;
int i;
char b;
}
void main()
{
--
p=(char*)malloc(8*sizeof(char));
}

What is the size of union?

A4

B9

C1

D8

ENone

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Cisco

Post Your Answer Here:     

No Discussion on this question yet!