Which of the following tells the computer to display real numbers in fixed-point notation with no decimal

Question:

Which of the following tells the computer to display real numbers in fixed-point notation with no decimal places? 

a. cout << fixed << decimal(0); 

b. cout << fixed << precision(0); 

c. cout << fixed << setprecision(0); 

d. cout << fixed << setdecimal(0);

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: