What will be the output of the following code if float variable x has the value 6?
cout << fixed << showpoint << setprecision (5) << x;
a) 6
b) 6.0
c) 6.0000
d) 6.00000
d) 6.00000
Computer Science & Information Technology
You might also like to view...
When a document is protected, most of the buttons on the Home tab are:
A) hidden. B) dimmed. C) active. D) optional.
Computer Science & Information Technology
What does the priority value in a priority queue correspond to in a heap?
What will be an ideal response?
Computer Science & Information Technology