What would be the value of C?
main(
int c;
float a, b;
a= 245.05;
b=40.42;
c=a+b; )
Answers
Answered by
0
285.47is the answer of c
Similar questions