Question: Write a C program to swap numbers in cyclic order, i.e. if the input is a=1, b=2, c=3, then the output should be a= 3,
Write a C program to swap numbers in cyclic order, i.e. if the input is a=1, b=2, c=3, then the output should be a= 3, b=1. c=2 as so on. Include some comments If you could. Thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
