Computer Science, asked by geetanjalidps0085, 1 day ago

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

Answer:

I know really I know Answere is b); printf(“%d”,

Answered by pushparanibisht79
0

includea=10 float b =11.32 (12 8 ) ;/ gech

11.2 + 10= 22.32

Similar questions