C Programming! getchar() Function and Buffers

Sdílet
Vložit
  • čas přidán 27. 07. 2018
  • and putchar() Function

Komentáře • 22

  • @PrashantKumar-mq3jf
    @PrashantKumar-mq3jf Před rokem +3

    I had try to understand this problem for 2 days but I could'n. Finally after watching your video, my whole concept is clear. Thanks a lot brother🙏

  • @rickthebas
    @rickthebas Před 5 lety +7

    Exactly what I needed to understand, thank you!

  • @hcalbukaj
    @hcalbukaj Před 4 lety +5

    This is exactly what I was stuck on, thanks a lot.

  • @PratikSahu18
    @PratikSahu18 Před 4 lety +1

    You are the real mvp. I was tired of this getchar() not working properly and youtube recommended me your video.
    God bless you

  • @ahmadbasha5841
    @ahmadbasha5841 Před 5 lety +2

    really useful with explaining whats going on in the Buffer

  • @muhammadhummayunyousaf6579

    Continue releasing great content from your field. More power to you

  • @ThePr0Br0
    @ThePr0Br0 Před 4 lety +1

    this guy's a fuking legend beats top uni professors

  • @ducbinhnguyen6721
    @ducbinhnguyen6721 Před rokem

    wow. Thank you so much for your useful video.

  • @iwantriharjanto4288
    @iwantriharjanto4288 Před rokem

    Interesting.
    Wait wait...gonna grab my cup of coffee.

  • @sharafbr6763
    @sharafbr6763 Před měsícem

    Thank you for you explination

  • @k.p7873
    @k.p7873 Před 4 lety

    Thanks sir...it was exactly what I needed☺️

  • @mythacker4365
    @mythacker4365 Před rokem

    PERSONAL NOTE: getchar() stores all the buffer that comes from the keyboard input!

  • @tomitomi7941
    @tomitomi7941 Před 3 lety

    Very nice :) Thank you

  • @followying392
    @followying392 Před 2 lety

    Thanks sir, that is what i want to understand !

  • @HelloInsights
    @HelloInsights Před 4 lety

    Thanks Bro.

  • @swarnaislam7004
    @swarnaislam7004 Před 4 lety

    Great

  • @RaushanKumar-rd7we
    @RaushanKumar-rd7we Před 5 lety

    Nice

  • @chandrateja7283
    @chandrateja7283 Před 3 lety

    While(c=get char!=EOF)
    { putchar(c)
    }
    After reading single char from user it shout print the char on every get char call ..?????

  • @mongraal2272
    @mongraal2272 Před 2 lety

    can u show this with for loop

  • @mdyousufali5788
    @mdyousufali5788 Před 2 lety

    Thanks. Struggled to understand it for a few days.

  • @keaneplayingmbae2852
    @keaneplayingmbae2852 Před 4 dny

    Those who are here because there code wasn't working 🥂

  • @abhisheksinha3119
    @abhisheksinha3119 Před 2 lety +1

    fflush(stdin);