C Programming MCQ

1:

Consider the declaration:
static struct
         {    unsigned a:5;
              unsigned b:5;
              unsigned c:5;
            unsigned d:5%:
             }v=(1,2,3,4);

v occupies

A.

4 bytes

B.

2 bytes

C.

1 byte

D.

None of these

 

Answer : A

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.