Find the output of the given program: #include #include void main() { int a= 10; float b = 11.32; printf(“%f\n”, b); printf(“%d”, a); getch();
Answers
Answered by
0
Answer:
I know really I know Answere is b); printf(“%d”,
Answered by
0
includea=10 float b =11.32 (12 8 ) ;/ gech
11.2 + 10= 22.32
Similar questions