✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What would be the output if the following code segment is compiled and run?
int a=100;if (a >= 10) printf("Theory\n");else if (a >= 20) printf("Lab\n");else if (a >= 30) printf("Quiz\n");
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!