# Introduction In this lab, we will learn how to check if a given number is a palindrome using recursion in C programming language. A Palindrome is a sequence that if reversed looks identical to the original sequence Eg : abba, level, 999, etc.
Click the virtual machine below to start practicing