1.

What will be the value of i after execution of the following C++ expression float i,j,k; j=200.02 k=100.03 i=j+k

Answer» K i = 200.02 + 100.03i = 300.03i HOPE its HELP ☆☆ :)


Discussion

No Comment Found