C Program To Reverse a Number

Поділитися
Вставка
  • Опубліковано 6 лют 2025
  • technotip.com/6...
    If a integer number is input through the keyboard, write a program to reverse the input number and display it on the console window.
    For Example: If user enters 135, reversed number must be 531.
    C Programming Interview / Viva Q&A List
    technotip.com/6...
    C Programming: Beginner To Advance To Expert
    technotip.com/6...

КОМЕНТАРІ • 18

  • @ronakwadhwa2002
    @ronakwadhwa2002 3 роки тому +4

    I just want to tell you that you are a genius. How smoothly you explained this, i was looking for this only. Thank you so much man i have understood whole concept in 4 minutes. You have earned an subscriber.😊

  • @swibay
    @swibay 4 роки тому +4

    From Tanzania 🇹🇿. This is what I was lookin for! Thanks dude! Keep it up!!!

    • @technotipDOTorg
      @technotipDOTorg  4 роки тому +1

      Happy to know that it was helpful for you ..

  • @milindsakarkar490
    @milindsakarkar490 3 роки тому +3

    thank you for explaining this hard logic in a simple way

  • @eeshapai9768
    @eeshapai9768 3 роки тому +1

    Thank you sir

  • @sadnansakibsiam9871
    @sadnansakibsiam9871 3 роки тому +2

    thanks bro I love the explanation, love from bangladesh ;)

  • @sreelekshmi6603
    @sreelekshmi6603 3 роки тому +1

    Good explanation thank you sir🥰😍

  • @umergulmuhammad9756
    @umergulmuhammad9756 2 роки тому

    Can you show
    C program with reverse of 4 number

  • @RevathipriyaM
    @RevathipriyaM Рік тому

    Is your code work for the input 102?

  • @kaychivaaree3749
    @kaychivaaree3749 4 роки тому +2

    Thank you for this. You save me. 😊

  • @kkvvy
    @kkvvy 2 роки тому

    what if int overflow?

  • @ayushs7766
    @ayushs7766 4 роки тому +2

    Awesome 🔥 brother

  • @aliebhai4103
    @aliebhai4103 3 місяці тому

    Why you take reverse =0?

    • @Beluga_00001
      @Beluga_00001 3 місяці тому

      else the value of reverse would be a random garbage values from the memory so we make it sure its 0

  • @zeusgohwell9908
    @zeusgohwell9908 2 роки тому

    but when i input 20 it become 2

  • @samzhang4847
    @samzhang4847 2 роки тому

    what ide is it?

    • @technotipDOTorg
      @technotipDOTorg  2 роки тому

      Code::Blocks technotip.com/6094/the-best-ide-for-c-programming/