C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
void main() { int x = 1, y = 0, z = 5; int a = x && y || z++; printf("%d", z); }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language