Discussion :: Library Functions - Find Output of Program (Q.No.7)
Tom said: (May 12, 2018) | |
Why num in scientific notation (num = 0.678e5) is printed as string = 67800? |
Laasya said: (May 27, 2018) | |
0.678e5 is nothing but 0.678*10^5. So the output string is 67800. |
Adit said: (Feb 15, 2019) | |
Does gcvt() same as the ftoa()? |
Post your comments here:
Name *:
Email : (optional)
» Your comments will be displayed only after manual approval.