Examveda

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: Option A


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions