Question: using C simple recursive passing values to functions Exercise 1 - Marks in sciences(number array) Exercise Objectives Declaring and initializing 2-D integer array. Processing 2-D

Exercise 1 - Marks in sciences(number array) Exercise Objectives Declaring and initializing 2-D integer array. Processing 2-D number array Searching and sorting the arrays Problem Description Write a C program that determines whether a number is a palindrome number or no. In the main program you should read an integer number num, then call a recursive function reverseNum() to get back the reverse of num. A number considered as a Palindrome Number if the reverse of such number is equivalent to number itself Sample Output Palindrome Number Test Enter a: 7777 I 7777 is a Palindrome Number Sample Output Palindrome Number Test Enter a number: 71227 71227 is NOT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
