C Program Pass-by-reference in Functions Using Pointers Write a function swap that swaps the values of three integers x,y, and z. x is swapped to y, then y to z, and lastly z to x. In the main function, write a program that ask for theee integer inputs and pass in the reference of those variables by calling swap function. more details below the photo.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section10.3: Pointer Arithmetic
Problem 5E
icon
Related questions
Question
C Program Pass-by-reference in Functions Using Pointers Write a function swap that swaps the values of three integers x,y, and z. x is swapped to y, then y to z, and lastly z to x. In the main function, write a program that ask for theee integer inputs and pass in the reference of those variables by calling swap function. more details below the photo.
2. Pass-by-reference in
Functions Using Pointers Quiz
by CodeChum Admin
Write a function swap that swaps the values of three integers
x, y, and z. x is swapped to y, then y to z, and lastly z tox.
In the main function, write a program that asks for three
integer inputs and pass in the reference of those variables by
calling swap function.
Back to Home
Input
1. One line containing the first integer
Sample
1
2
3
2. One line containing the second integer
3. One line containing the third integer
Output
Enter x: 1
Enter y: 2
Enter Ź: 3
Before: 1, 2, 3
After: 3, 1, 2
0410
Transcribed Image Text:2. Pass-by-reference in Functions Using Pointers Quiz by CodeChum Admin Write a function swap that swaps the values of three integers x, y, and z. x is swapped to y, then y to z, and lastly z tox. In the main function, write a program that asks for three integer inputs and pass in the reference of those variables by calling swap function. Back to Home Input 1. One line containing the first integer Sample 1 2 3 2. One line containing the second integer 3. One line containing the third integer Output Enter x: 1 Enter y: 2 Enter Ź: 3 Before: 1, 2, 3 After: 3, 1, 2 0410
ch
Test Cases
CE Run Tests
Constraints
Executions
O Constraint 1
Must call the function inside the main
Test Cases
Constraint 2
Must use pass-by-reference method
O Test Case 1
Your Output
No Output
Layout: Side-by-Side
Expected Output
Enter x: 10
Enter y: 9
Enter z: 2
Before: 10, 9, 2
After: 2, 10, 9
V
✓ Saved
Transcribed Image Text:ch Test Cases CE Run Tests Constraints Executions O Constraint 1 Must call the function inside the main Test Cases Constraint 2 Must use pass-by-reference method O Test Case 1 Your Output No Output Layout: Side-by-Side Expected Output Enter x: 10 Enter y: 9 Enter z: 2 Before: 10, 9, 2 After: 2, 10, 9 V ✓ Saved
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning