[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

24 / 43

Choose the correct option.

Which of the following is a valid bit field declaration?

Astruct a {int *var : 5; }test;

Bstruct a {int var : 0; }test;

Cstruct a {int var[3) : 10;}test;

Dstruct a {int : 0;}test;

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Commvault

Post Your Answer Here:     

No Discussion on this question yet!