English, asked by mahammadrafi077, 14 days ago

Which function returns the difference of two integers?

Answers

Answered by Anonymous
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 IIItzUrDewaniII
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