• admin@embedclogic.com

C- Program to find the palindrome number

Program to find the palindrome number

Prerequisite:

  • Familiar with if-else statement
  • Familiar with while loop
  • Familiar with C-Operator

Palindrome number: A numeral palindrome is symmetrical if we reverse the number.e.g 121,111,131,141 etc.

Program