

MCQOPTIONS
Saved Bookmarks
1. |
Which statement is true regarding abs() and labs()? |
A. | The abs() function is similar to the labs() function, except that the argument and the returned value each of them have type long int |
B. | The abs() function is not similar to the labs() function, except that the argument and the returned value in both functions have type long int |
C. | The abs() function is similar to the labs() function, except that the argument and the returned value each have type short int |
D. | The abs() function is not similar to the labs() function, except that the argument and the returned value in both function have type short int |
Answer» B. The abs() function is not similar to the labs() function, except that the argument and the returned value in both functions have type long int | |