C Programming Tutorial 14 - C Basics Part 6 - Working with Strings

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


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

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

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

I love how you slowly introduce new variables were most people would just info dump us and leave us constantly trying to remember all of them, your the best.

sorayagoga
Автор

Duddddeeee you're a life saver. Probably one of the best programming teachers on the internet, you explain things well, are very engaged with the audience and take things slowly so people can actually understand. Super stoked to learn C! And hopefully some other languages, looks like you've got quite a few tutorials. Thanks man!

joshlestick
Автор

I LOVE THE CLASSES BRO KEEP IT UP (used to know nothing and now i know a lot in just 2 days!!)

mrkomet
Автор

Thank you Caleb. Being a slow learner, Your style of teaching really helps me to understand Coding. Respect....

akashmohanty
Автор

I LOVE YOUR TUTORIALS. I CAN'T STOP WATCHING THEM. THANK

mariaciobanu
Автор

Finally a yt channel that's actually helpful man. Thanks bro. You really help a lot my g🔥🐐

muraya
Автор

Loving your tutorial thanks, I used vim and gcc like you showed us, it's so much easier to do everything in the Linux terminal.

SusanAmberBruce
Автор

you're by far the best teacher i've ever seen on youtube, thank you so much!

HeberMN_
Автор

I like every single one of your videos on C programming. I follow one video each day, and I program every day. I'm taking it one step at a time. I believe I must get there

victorynwokejiobi
Автор

Love your tutorials! They crack me up 😂

kesniel
Автор

Hello Caleb, underrated channel, there should be 1000 positive comments

rittenbrake
Автор

I’m loving these videos, thank you so much

benwinstanleymusic
Автор

For once i can finally understand smtg with ease love your teaching style and your humour!

saynomore
Автор

I came here for some help and this entire time, it was the stupid "&" that was messing everything up. THank you!

pooblock
Автор

6:50 Actually you can input spaces adding two lines of code:

fflush(stdin); <- this one will clean the buffer from scanf.

fgets(charArrayName, charArrayLength, stdin); <- this one will get the input with spaces.

fflush(stdin);
fgets(name, 31, stdin);

tiagodmota
Автор

Amazing tutorials, You are a good teacher!

lzcracker
Автор

i really like u're sense of humor; i am really lucky that i have find ur videos

salamv
Автор

How about just using gets(name) and you can type spaces, don't have to worry about the & exception in scanf, and you can actually input a whole sentence into gets while in scanf you can only input a word until the first white character?

limitess
Автор

Thank you so much sir :) These tutorials are very much useful.

atpTUBE
Автор

I tried with both ( scanf("%s", name);) and ( scanf("%s", &name);) and they both worked just fine

AMIR