X793: Exchange letters in C++

Write a function called exchange that receives two chars and permanently exchanges their values so each one has the value that the other originally had.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.