Find the output of this program. 1. void main(){ float j; j=1000*1000; printf("%f",j); }
Reveal answer
Fill a bubble to check yourself
Find the output of this program. 1. void main(){ float j; j=1000*1000; printf("%f",j); }