Check Palindrome (for numbers) - Algorithm, flowchart, Pseudocode, Implementation
The article explain on finding the algorithm, flowchart, pseudocode and implementation of checking whether a given number is a palindrome in C and Python.
Given a number, write a algorithm, flowchart, pseudocode to check if it is palindrome or not. A string is said to be palindrome if reverseā¦
Read more