C program to calculate absolute value

C program to calculate absolute value


Output:

Enter a value to get its absolute value:
-5

The absolute value of -5 is 5

Implementation:



Other Implementations:

Implementation 1: