Find the output of this program.1. void main(){ float j; j=1000*1000; printf("%f",j); }
1000000
Overflow
None
Error