Which function returns the difference of two integers?
Answers
Answered by
5
Difference of two integer numbers program
Difference of two integer numbers programBy using abs() function we can get the difference of two integer numbers without comparing them, abs() is a library function which is declared in stdlib. h – This function returns the absolute value of given integer
Answered by
2
Answer:
Difference of two integer numbers program
By using abs() function we can get the difference of two integer numbers without comparing them, abs() is a library function which is declared in stdlib. h – This function returns the absolute value of given integer.
Explanation:
Hope it may help you..
Similar questions