C Programming Tutorial 64 - Input Stream Explained

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

add scanf and getchar into the title on this one, it'll get loads of views, i couldnt find anyone who explained this

HamedAdefuwa
Автор

I FINALLY understood what flushing the input stream is all about. Why can't lecturers and teachers simply explain it at a dummy level with a simple diagram like this in like 5 minutes and solve student anxieties and worries and complications forever!! All I memorized was that I had to have it for some reason, and nothing more.

kagomotlhabane
Автор

Gr8 tut bro ! Doing my OS project now and totally forgot the basics lol. Thx big time !

mislavedu
Автор

I coudn't understand about concept of FILE* stream. So I've been looking for it. Now I've come here! You're a good teacher!

xxxyyyzzz
Автор

Your explanation is simple, Friendly, Funny, and Understandable. I love that. 🥰🥰

clipstv
Автор

This video made me to subscribe the channel. I hope you can make a series about all these nitty gritty things happen in the system. Thank you

AlexAkira-ydnk
Автор

I found this out a few videos back; I accidentally put a new line in the scanf function instead of printf, and it was weird. After watching your code challenge results I found out why it was doing it; just thought it was a weird bug.

edgymarshmellow
Автор

will you every do a assembly course? I would love too learn from you as you are the best online programming language teacher I've ever learned from

samuelbarber
Автор

this video just saved my ass. Never using scanf again lol

thenodger
Автор

i just read about this in "The C Programming Language" from K&R.
"a text stream is a sequence of characters divided into lines; each line consists of zero or more characters followed by a newline character."
i didnt understand it and i still dont understand it exactly. I was wondering why i can copy a string with just one getchar() and one putchar() call.

TheVertical
Автор

Damn it!!!! I thought you were going to explain...

mvargasmoran
Автор

You man are funny 😂😂😂
Great content, otherwise, thanks

arkemal
Автор

ahh i see i really confuse when i use scanf for characther aritmathic operation

daverussell
Автор

char sname[20];
char grade;
char course[20];
scanf("%[^\n]", sname);
scanf("%[^\n]", course);
scanf("%c", &grade);

printf("name: %s\ncourse: %s\ngrade: %c", sname, course, grade);




please explain this

sairupesh
Автор

Bro make sure you always wear a beard to cover your double chin, also decent tutorial thank you

trevydandridge