C13: C program to reverse a number in tamil | print number reverse in turbo c

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 38

  • @sriram5839
    @sriram5839 9 месяцев назад +2

    Hello Sir, yesterday I had an interview and got selected. Totally they asked me 2 coding qns but i was able to answer one qn only. Another question they have asked me to check if a number is palindrome or not. I was able to write the code by watching your videos only sir. Really amazing explanation that too i have watched this video only once but I still remember the logic because of you sir..
    Please my biggest request..
    Please continue the videos sir🙏🏻

    • @KaiNaatu
      @KaiNaatu  9 месяцев назад +1

      All the best

  • @sriram5839
    @sriram5839 2 года назад +3

    Sir please continue the classes....

  • @vikramvicky1927
    @vikramvicky1927 Год назад +2

    Thank you sir, it is useful 👍

  • @padmawathys1397
    @padmawathys1397 10 месяцев назад +1

    Very helpful thanku sir

  • @jskannan9822
    @jskannan9822 6 месяцев назад +1

    Sir how to do this program by using for loop

  • @sujithaa2793
    @sujithaa2793 2 года назад +2

    Thank you sir i got selected.... In tcs and prodapt

    • @KaiNaatu
      @KaiNaatu  2 года назад

      Wow superb.. all the best sujitha..❤️

  • @stanleyabrahampaul4798
    @stanleyabrahampaul4798 2 года назад +1

    Thank you sir😊

  • @thalabloods2514
    @thalabloods2514 Год назад +1

    Program Rasichu Eluthuringa athoda effect engalayum Rasika vakithu❤❤

    • @KaiNaatu
      @KaiNaatu  Год назад

      ❤️

    • @thalabloods2514
      @thalabloods2514 Год назад

      @@KaiNaatu Sir Heart shape Pattern Printing Enaku puriyala athuku program pottu explain panni upload panuga

  • @subhaxia9995
    @subhaxia9995 4 года назад +3

    Easy and superb method sir

  • @vishwavasudevan6848
    @vishwavasudevan6848 3 года назад +3

    Super sir 😀❤️

    • @KaiNaatu
      @KaiNaatu  3 года назад +2

      Thank you..👍🏼👍🏼

  • @sivanesan8023
    @sivanesan8023 2 года назад

    what is output for a negative input sir ............eg: -789 to output =? ,what will be the output?

  • @Vpugazhendhi
    @Vpugazhendhi 4 года назад +2

    Superb

  • @winterbear1183
    @winterbear1183 2 года назад +1

    thank u sir

    • @KaiNaatu
      @KaiNaatu  2 года назад

      👍🏼👍🏼

  • @bhuvaneswarimurugan16
    @bhuvaneswarimurugan16 2 года назад +3

    Sir s=s*10+r epdi vandhuchu nu sollunga sir plz

    • @KaiNaatu
      @KaiNaatu  2 года назад +1

      Athu tan logic eh.. andha logic vacha tan concatenation of numbers aagum

  • @dinesh_vinsent
    @dinesh_vinsent 2 года назад

    Sir input=2430 => output=342
    Incase late degit was 0 , this method not valid sir... I'm right ??? Plz reply sir

    • @thalabloods2514
      @thalabloods2514 Год назад

      May be u done mistake while Sum *10+ reminder please check again upto N>0

  • @comriyanm8008
    @comriyanm8008 Год назад +1

    Sir enn 234.5 ya 234 nu aluthiringa

    • @KaiNaatu
      @KaiNaatu  Год назад +1

      Integer na whole numbers mattum tan irukum, fraction truncate aagirum..

  • @VinayagaMotorsTsy
    @VinayagaMotorsTsy 3 года назад +1

    Sir s*10+r எழுதாம printf rem kuduthaale reverse aakume

    • @KaiNaatu
      @KaiNaatu  3 года назад

      Yeah aagum but if you want to use the reversed number?? I have told this in the video..👍🏼

  • @ajayranjith3468
    @ajayranjith3468 3 года назад

    Sir out put mobile ya potinga ????
    Enna app sir

  • @carolineshiny4174
    @carolineshiny4174 3 года назад +1

    "s" eda denote panudhu sir???

    • @KaiNaatu
      @KaiNaatu  3 года назад

      The s value in this program is used to concatenate the integer values.. the initial value assigned to s is 0.. if the last digit fetched is 4, then after substituting the logic,
      s=s*10+lastdigit => 0*10+4=> 4
      Now if the next digit feched is 5, now the value of s becomes
      s=s*10+lastdigit=>4*10+5=> 45
      Hope you understand the logic..please watch the manual explanation given in the video and the previous video for better understanding..👍🏼

    • @carolineshiny4174
      @carolineshiny4174 3 года назад

      @@KaiNaatu thk u sir

  • @cherrywork
    @cherrywork 2 года назад +2

    Sir i tried this logic sir...
    Int n,p;
    Printf("enter the n value:");
    Scanf("%d",&n);
    While(n>0)
    {
    p=n%10;
    n=n/10;
    Printf ("%d",p);
    }
    }

    • @cherrywork
      @cherrywork 2 года назад +2

      If input n=3456;
      Reverse order=6543 and if I changed printf statement as("%d
      ",p) i will get each digit in separate format...Thank you sir...

  • @kalaivani2479
    @kalaivani2479 Год назад +1

    Thank you sir