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