Filters
Question type

Study Flashcards

The function pow(x, y) , requires which header file?


A) cstdlib
B) cstring
C) iostream
D) cmath
E) iomanip

Correct Answer

verifed

verified

What is the value of result after the following statement executes? Result = (3 * 5) % 4 + 24 / (15 - (7 - 4) ) ;


A) -6.4
B) 5
C) 1.6
D) 2.25
E) None of these

Correct Answer

verifed

verified

This manipulator causes the field to be left justified with padding spaces printed to the right:


A) left_justify
B) right
C) left
D) left_pad
E) None of these

Correct Answer

verifed

verified

This manipulator is used to establish a field width for the value that follows it:


A) field_width
B) set_field
C) setw
D) iomanip
E) None of these

Correct Answer

verifed

verified

You can control the number of significant digits in your output with the __________ manipulator.


A) setprecision
B) set_precision
C) to_fixed
D) setfixed()
E) None of these

Correct Answer

verifed

verified

Showing 41 - 45 of 45

Related Exams

Show Answer