pls dont stop this we need this type of quality content
@aymancassim89442 жыл бұрын
9:14 Damn dude never thought you would have bring that up XD
@devtadeo2 жыл бұрын
Im loving this series now i can understand even more about pc's and C
@14ftdude2 жыл бұрын
Thank you so much for another C programming tutorial
@ItsCOMMANDer_10 ай бұрын
Here are some limit calculayion functionn to calculate the max and min using the amount of bits in number (eg an int has 32 bits). Signed numbers: Min = 2^(bits - 1) Max = 2^(bits - 1) - 1 Unsigned: Min = 0 Max = 2^bits - 1
@Mamagarden20249 ай бұрын
Your teaching process is really amazing man 😇
@rubyelephant59222 жыл бұрын
Keep it comin 🔥
@bhagyajkumarb27652 жыл бұрын
Thank you so much for this amazing content. ❤❤
@xavermiklos14892 жыл бұрын
Thanks, it looks good so far!
@Seriosso2 жыл бұрын
Great content!
@pwn3d_075 ай бұрын
this is very good thanks a lot
@paultwocock54212 жыл бұрын
Thank you thank you soo much
@prodigyprogrammer31872 жыл бұрын
and pls i want the intermediate and advanced playlist
@enkelly74962 жыл бұрын
😀LOVE THIS CONTENT!!!
@sagiv31062 жыл бұрын
Will you also cover the windows 32 API functions?
@omidmamadi25402 жыл бұрын
i know little but of AVR-C but still wanna learn about vanilla C
@Shotbyvishalvk9 ай бұрын
Typing speed 🙌🏻 🫡
@abhinavchoudhary68492 жыл бұрын
Awesome
@QuimChaos Жыл бұрын
attention that for unsigned long and unsigned long long, if the number is bigger than LONG_MIN, the number has to be forced to unsigned, adding an U to the end of it: unsigned long long int really_big_number = 18446744073709551615U; 😅 Same for floats. I have to force it to float or it will assume a double and give a warning for a narrowing conversion: float real_number = 123456.789f Plus, floats are completely unreliable (imprecise) ... Real numbers (float/double) are a rabbit hole...
@kexec.2 жыл бұрын
Can you explain why memory size is so important? I now know char uses 1 byte and integer uses 2 byte, but I'm not sure what is the purpose of explaing this.
@davidsulaberidze59782 жыл бұрын
Thank you very much
@BabyBoomCartoons Жыл бұрын
Thanks sir
@rkroy34812 жыл бұрын
Plz continue the series...plz
@guilherme50942 жыл бұрын
Thanks!!
@asbjchk2 жыл бұрын
Thanks! A very deep and good video on C. Btw, the minimum sizeof(long) should be 4 instead of 6? Ref: en.m.wikipedia.org/wiki/C_data_types
@baudyscars2 жыл бұрын
nice!
@monahf2 жыл бұрын
Thx.
@tcgvsocg14582 жыл бұрын
Your video are really good but i hate see face of youtuber can you creat a soft that can hide youtuber face on video on python please?