C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
#include void main() { int x = 4 *5 / 2 + 9; printf("%d",x); }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language