Page 1 of 1

c prog

Posted: Fri May 20, 2022 6:19 pm
by answerhappygod
c prog
C Prog 1
C Prog 1 (18.42 KiB) Viewed 22 times
Create a recursive function that finds if a number is palindrome or not(return true or false), A palindromic number is a number (such as 16461) that remains the same when its digits are reversed. In the main function asks the user to enter a number then check if it's palindrome or not using the function you created previously.