...
/Challenge: Calculate the Sum and Absolute Difference
Challenge: Calculate the Sum and Absolute Difference
Test your knowledge by solving a slightly more difficult challenge in this lesson.
We'll cover the following...
Problem statement
Your task is to write a function sum_difference. In the function parameter, you will pass the two pointers of type int, and the function will return nothing in the output.
Your function should:
Task 1: ...
Ask