-->

Predict the output:

float x= 3.1496;

cout << setpricision(2) << x;




a. 3.14

b. 3.15

c. 3.00

d. None of these










ANSWER: None of these