C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
void main() { int a = -5; int k = (a++, ++a); printf("%d\n", k); }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language