MCQOPTIONS
Saved Bookmarks
| 1. |
What will be output if you will compile and execute the following c code? #include int main(){float a=5.2;if(a==5.2)printf("Equal");else if(a |
| A. | equal |
| B. | less than |
| C. | greater than |
| D. | compiler error |
| Answer» C. greater than | |