6

C++ Program to Check if a Number is Palindrome or not

 1 year ago
source link: https://www.geeksforgeeks.org/videos/cpp-program-to-check-whether-a-number-is-palindrome-or-not/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

C++ Program to Check if a Number is Palindrome or not

C++ Program to Check if a Number is Palindrome or not
Hello everyone. Welcome to Geeks orgy's.
  • 20 Views
  • 14/05/2022

In this video, we will see a C++ program to check whether a number is a palindrome or not. Basically, A number is said to be palindrome if the reverse of the number is the same as the number.

For examples: Input: S = “131” Output: Yes

Explanation: The reverse of the given number is equal to the (131) which is equal to the given number. Therefore, the given number is a palindrome.

For example: Input: S = “123” Output: No

Explanation: The reverse of the given number is equal to the (321) which is not equal to the given number. Therefore, the given number is not a palindrome.

Check if a number is palindrome or not: https://www.geeksforgeeks.org/check-if-a-number-is-palindrome/


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK