Local vs global variables in C

preview_player
Показать описание
Source code can be found here:

===== Support us through our store =====

===== Check out our website =====

===== Check out our Discord server =====
Рекомендации по теме
Комментарии
Автор

It's hard to believe that there is someone who teachs so well a subject that nobody even teach... Thanks for all your videos!

tapiocaferoz
Автор

Thank you, sir! There aren't so many channels about C on YouTube, I am super glad to discover yours! Greetings from Germany!

janaschelle
Автор

Really appreciate the way you teach with appropriate examples. I would suggest you to create a playlist for C programming with the proper order of videos.

suchithboddu
Автор

Yo hope you're doing good bro. You've helped me with alot and I just noticed you haven't posted in 2 months so hope you're good mentally and you and you're family are safe

brandonmohammed
Автор

As someone new to C, this is such a fantastic video, and helped me understand something I'd been missing this whole time. People like you who take the time to help others with niche problems, are truly the heroes of the internet! Keep being great!

taylorvaughan
Автор

an in depth great explanation! Thank you!

ellipszia
Автор

good job!
waiting for sockets tutorial!!

eliadamsalem
Автор

Hi, thank you for these amazing tutorials
Please make a video about socket programming.

sa-rikl
Автор

I would like a video about how embed assembler instructions within C code

hugo-garcia
Автор

as a aspiring programmer, this video is one of the best i've seen

dylanwalter-gbkq
Автор

Hi I've been reading forums like stack overflow and geekforgeeks, cprogramming etc. They all mention compilers and the different types of them. People will say 'oh better to use gcc gmw for that' but what really are the differences. If you have the time would you include a layman's explication. Reading the forums can be difficult for beginners.

Finally could you point me to one of your videos that explains size_t? I think I saw it somewhere in your videos with a good explication but can't find it again.

Thanks in advance.

craigkinney
Автор

🔥Global variables eat more memory, but make code processing easier.
🍀Local variables save memory, but make more memory garbage and decrease processing efficiency.

Кукусик-еэ
Автор

The additional informations you give are very very helpful and motivates to learn more
Thank you bro
Love from India❤️

brijmohansiyag
Автор

Sir please start a java tutorial tooo your teaching is the

brightlyricsmusic
Автор

please make a video on generic functions like qsort() and bsearch()
Thanks in advance

pawanthanay
Автор

Sir if it is possible can you provide practice questions on pthreads and Unix processes? Bcoz I am not able to find questions

brightlyricsmusic
Автор

Hi can you do a playlist about trees and implementation using C

wassimboussebha
Автор

Sir please upload video about sleep() in pthreads where to place it I am having doubts in that actually in my college I am having os going on and I completed pthreads, process from your channel it would be really helpful for me if you upload video about sleep(), wait() in pthreads and process plzzz

brightlyricsmusic
Автор

Can you make a video on dining philosophers problem?

pranithrshetty
Автор

Hey my friend, do you have any videos about how to get rid of \n from fgets? I have been trying by using Mystring(strlen(Mystring)-1)= '\0', but when i get to the end of the file this method breaks the last character of the string
For example:
The last line that the fgets reads is the string MANAGER, then when i use the method above, it outputs MANAGE,
Could you help me please?
Thank you man, your videos are helping me a lot.
:D :D

ProMineWolderfull