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