Check whether a Number is Palindrome or Not: C Program

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • technotip.com/6...
    User inputs a integer number and we write a program to reverse that number and if the user input value and the reversed number are equal then its a palindrome number, if not, its not a palindrome number.
    Palindrome Number:
    If a number remains same even if we reverse its digits then the number is known as palindrome number.
    In other words, a number when read in both forward and backward way is same, then such a number is called a palindrome number.
    C Programming Interview / Viva Q&A List
    technotip.com/6...
    C Programming: Beginner To Advance To Expert
    technotip.com/6...

ความคิดเห็น • 9

  • @SathishKumar-iz7os
    @SathishKumar-iz7os 4 ปีที่แล้ว +3

    Very useful right now bruh..

    • @technotipDOTorg
      @technotipDOTorg  4 ปีที่แล้ว +2

      Thanks for the feedback bro 👍
      Happy to know that it was useful.

  • @mraiofacts
    @mraiofacts ปีที่แล้ว +2

    Loved it thank you sir 😊

  • @Pro_grace
    @Pro_grace ปีที่แล้ว

    reverse=reverse*10+rem; (tell me truth if you have not taught this method by any one can you still find reverse) or we have to learn the method.

  • @invinciblepro1321
    @invinciblepro1321 2 ปีที่แล้ว +1

    bro what is reverse I cant understand

  • @simarjeetkaur8779
    @simarjeetkaur8779 ปีที่แล้ว +1

    Thanks i am very confused in it.

  • @shivramdeshmukh6113
    @shivramdeshmukh6113 ปีที่แล้ว +1

    Im watching this video after 3 years

  • @saswatdash8668
    @saswatdash8668 ปีที่แล้ว

    Why you take temp variable without temp it was working