wap to input two digit numbers and reverse them
Answers
Answered by
0
Answer:
Write a program to reverse digits of an integer. Examples : Input : num = 12345 Output : 54321 Input : num = 876 Output : 678
Similar questions