What will be the output of the following? void main (void) { float x = 1/2.0 - 1/2; printf("%f.2f", x); }
Answers
Answered by
0
output of this code is .05
Answered by
0
output of this code is 0.5
hope it will help you.......
hope it will help you.......
Similar questions