- A 0 9
- B 0 8
- C 1 9
- D 1 8
C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
#include void main() { int k = 8; int x = 0 == 1 && k++; printf("%d %d\n", x, k); }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language