MCQs > IT & Programming > C Programming > Output of the given program. #include main() { struct b { int on:1; }; struct b v = [1]; printf('%d\n', v.on); }

C Programming MCQs

Choose the correct output of the given program.

#include

main()

{

struct b

{

int on:1;

};

struct b v = [1];

printf("%d\n", v.on);


}


Answer

Correct Answer:

0

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it