C Structure and Union - C programming (MCQ) questions for Q. 27530

Q.  What will be the size of the following structure?

#include <stdio.h>
struct temp
{
     int a[10];
     char p;
};

- Published on 26 Feb 17

a. 5
b. 11
c. 41
d. 44

ANSWER: 44
 

    Discussion

  • Ehsan Irshad   -Posted on 30 Jul 17
    Kutti k bachy galat answer dala hva he
    son of bitch its wrong answer Ban Lun

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)