logo

Crowdly

What would be the output if the following code segment is compiled and run? in...

✅ 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");

More questions like this

Want instant access to all verified answers on dle.plaksha.edu.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!