C Programming Language MCQ Fundamentals of C Language
⚠ Report ✓ Question Verified Copy Link
#include int main() { int x = 5; if (x > 10) { printf("x is greater than 10"); } else { printf("x is less than or equal to 10"); } return 0; }
Learn More MCQ Questions from C Programming Language MCQ Fundamentals of C Language