KCS151/KCS251 PPS Lab Exercise Dr. A.P.J. Abdul Kalam Technical University (AKTU), Lucknow KCS151 / KCS251 Programming for Problem Solving - Using C Language Lab Exercise 18. Write a program to find the reverse of a number. Sample Input and OutputStdin Inputs:1234Sample Result:Input number: 1234Reverse number: 4321 Previous Next