PONMANI.T
>, <
0 Answer(s)      9 months ago
Posted in : CVS

main() { float a=0.7; if(a<0.7) printf("lesser"); else printf("greater"); }

Output: lesser

main() { float a=1.2; if(a<1.2) printf("lesser"); else printf("greater"); }

Output: greater

HOW?

View Answers









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.