Video solution will be uploaded soon.
What will be output of the following code snippet? #include int main() float x = 5; if(x > 10) printf("Greater"); else if(x = 10) printf("Equal"); else printf("Smaller"); return 0; | Watch the step-by-step video solution for this NIMCET PYQ.