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.

note: the program should be in

#include using namespace std; void main()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!