Question: Write a program in C to swap elements using call by reference. Your expected output must same as photo Exercise 10: la3ex10c (2%) Write a

Write a program in C to swap elements using call by reference. Your expected output must same as photo
Exercise 10: la3ex10c (2%) Write a program in C to swap elements using call by reference. Your expected output are as follows Pointer Swap elements using call by reference Input the value of 1st element: 78 Input the value of 2nd element87 Input the value of 3rd element 98 The value before swapping are: element 1 = 78 element 2 87 element 3 98 The value after swapping are: element 1 98 element 2 78 element 3 87
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
