Computer Science, asked by TbiaSamishta, 1 year ago

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 humayunkobirice
0

output of this code is .05

Answered by darshita93
0
output of this code is 0.5

hope it will help you.......
Similar questions