Question: in C Given, int A = 11.9; int B = 4.3; float C; C = A + B; printf(%f,C); The value output by the print
in C
Given, int A = 11.9; int B = 4.3; float C; C = A + B; printf("%f",C); The value output by the print statement is
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
