Multiple Choice
The standard header file for the abs(x) function is ____.
A) <cmath>
B) <ioinput>
C) <cctype>
D) <cstdlib>
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: The following return statement returns the value
Q23: The statement: return 8, 10; returns the
Q24: Which of the following function prototypes is
Q25: A variable listed in a header is
Q26: Given the function prototype:float test(int, int, int);
Q28: The following function heading in a C++
Q29: The statement: return 37, y, 2 *
Q30: Given the following function:what is the output
Q31: Which statement below about prototypes and headers
Q32: What value is returned by the following