Multiple Choice
Which of the following functions will return the value of x, rounded to the nearest whole number?
A) abs(x)
B) fmod(x)
C) sqrt(x)
D) round(x)
E) whole(x)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: If you want to know the length
Q29: What will be displayed after the following
Q30: Which of the following statements will pause
Q31: When C++ is working with an operator,
Q32: Which of the following will allow the
Q34: The cin << statement will stop reading
Q35: How many characters will the following statement
Q36: In the following statement, what will be
Q37: The following statement will output $5.00 to
Q38: To use the rand()function, you must include