C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
#include int main() { int x = 2, y = 2; x /= x / y; printf("%d\n", x); return 0; }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language