Computer Science, asked by jayashreepurushotham, 2 months ago

C Program to read a number, find the sum of the digits, reverse the number and check it for palindrome ​

Answers

Answered by mslodhi1983
0

We then assigned this number to another variable orignal. Then, the reverse of n is found and stored in reversed.

If original is equal to reversed, the number entered by the user is a palindrome.

Similar questions