Report Bug

Qus

What will be output if you compile and execute the following ‘C’ code?

void main()
{
float a=5.2;
 
if(a==5.2)
printf("Equal");
else if(a<5.2)
printf("Less than");
else
printf("Greater than");
 
 }
Qus

What will be output if you compile and execute the following ‘C’ code?

void main()
{
float a=5.2;
 
if(a==5.2)
printf("Equal");
else if(a<5.2)
printf("Less than");
else
printf("Greater than");
 
 }


A. Equal
B. Less than
C. Greater than
D. Compilation error


Solution
B. Less than



Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad