Question: Palindrome program in C - Get the number from user. - Hold the number in temporary variable. - Reverse the number. - Compare the temporary
Palindrome program in C - Get the number from user. - Hold the number in temporary variable. - Reverse the number. - Compare the temporary number with reversed number. - If both numbers are same, print palindrome number. - Else print not palindrome number. Do some research by reading several C programming resources and write a program to implement the above instructions for a SINGLY LIST LIST. Upload it here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
