What will be the output of the following: void main() { float a=0.7; if(a<0.7) printf("c++"); else printf("c"); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following: void main() { float a=0.7; if(a<0.7) printf("c++"); else printf("c"); }