Question: In the CPPBasics 1 directory ( which should be within your development directory ) on your virtual environment, create a new file called function.cpp .
In the CPPBasics directory which should be within your development directory on your virtual environment, create a new file called function.cpp If you aren't sure how to create a new cpp file, refer to the Create a New File section in the setup instructions document
In this new file write a function called swaplnts that swaps interchanges the values of two integers that it is given access to via pointer parameters. Write a main function that asks the user for two integer values, stores them in variables num and num calls the swap function to swap the values of num & num and then prints the resultant swapped values of the same variables num and num
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
