Coming soon

Video solution will be uploaded soon.

[Video Solution] What will be output of the following code snippet? #include int main()  floa... | ASPIRE STUDY

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.

Ask Your Question or Put Your Review.

loading...