1.

What will be the output of following program? #include void main() { float x; x=(float)9/2; cout

A. 4.5
B. 4.0
C. 4
D. 5
Answer» B. 4.0


Discussion

No Comment Found