C Program To Check Repetition of Digit In A Number using Arrays

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024
  • technotip.com/...
    Lets write a C program to check if any digit in a user input number appears more than once.
    Note: Any number can be formed using only 0-9 digits. So we take an array with length 10. i.e., 0 to 9
    C Programming Interview / Viva Q&A List
    technotip.com/...
    C Programming: Beginner To Advance To Expert
    technotip.com/...

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

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

    Thank you sir i will definitely support you as much as possible 🙏🙏

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

    Best explanation on utube

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

    Super Explaination sir. Thank you

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

    saved me, thanks brother

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

    easy explanation

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

    awesome explanation bro please add pattern printing videos plz cover all types indepth

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

      There are some video tutorials on Patterns:
      technotip.com/7658/c-program-to-draw-pyramid-of-stars-using-for-loop/
      All the C programs are posted at this link on our blog:
      technotip.com/6086/c-programming-beginner-to-advance-to-expert/

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

      @@technotipDOTorg could you please start indepth dsa series

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

      Sure will do. I've it in my to-do lists. Please stay subscribed to the channel and blog. And also please share our videos and blog posts with your friends. If more and more people watch our videos we'll surely do more videos!

    • @nagendrapp2213
      @nagendrapp2213 4 ปีที่แล้ว

      @@technotipDOTorg i don't know why you're channel is so underrated

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

      @@nagendrapp2213 No marketing budget bro :) Am just trying my best to produce useful videos. Hope it'll help couple of people. Thank you for your good words 🙏

  • @karimaheshbabukari4927
    @karimaheshbabukari4927 3 ปีที่แล้ว

    Excellent video

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

    Well explained brother

  • @monilkothari5907
    @monilkothari5907 3 ปีที่แล้ว

    can someone explain the if statement in the while loop?

  • @Sy06274
    @Sy06274 2 ปีที่แล้ว

    How could we solve this question without if

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

    if in question..they say that findout how many 1's are repeated in 1011111100 ..then how will i do that?

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

      Search for the word "count" in this list and you'll get a lot of example logic for the problem you are asking:
      technotip.com/6086/c-programming-beginner-to-advance-to-expert/