👤

write a function template that accepts an argument and returns its absolute value. the absolute value of a number is its value with no sign. for example, the absolute value of -5 is 5, the absolute value of 2 is 2. test the template in a simple driver program.

Answer :