Question: Write a void function named swap that receives 2 integers and swap them. The swapped integer values must be printed in the main function. Example:
Write a void function named swap that receives 2 integers and swap them. The swapped integer values must be printed in the main function. Example: If x=2 and y=5, after calling the function swap x will be 5 and y will be 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
