MCQs > IT & Programming > C Programming > Output of this C code? #include void main() { int x = 1, y = 0, z = 5; int a = x && y || z++; printf('%d', z); }

C Programming MCQs

What is the output of this C code? #include <stdio.h> void main() { int x = 1, y = 0, z = 5; int a = x && y || z++; printf("%d", z); }




 

Answer

Correct Answer: 6

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