What will be the output of the following set of code after execution?
void main() { float m=3.6e38; printf(“%f”,m); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following set of code after execution?
void main() { float m=3.6e38; printf(“%f”,m); }