Which statement is true regarding abs() and labs()?
Posted: Wed Jul 13, 2022 7:56 pm
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
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