Q. Predict the output:
Code:
float x= 3.1496; cout << setpricision(2) << x;
β
Correct Answer: (D)
None of these
float x= 3.1496; cout << setpricision(2) << x;
You must be Logged in to update hint/solution