Type Casting | C Programming Tutorial

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thanks for the simple and clean explanation man!❤️

starkie
Автор

BEST C TUTORIAL ON THE INTERNET MUCH BETTER THAN READING THE C PROGRAMMING LANGUAGE BOOK !!!

youcefmantas
Автор

Your videos are incredibly thorough and instructive. I would like to a video where you discuss typecasting void pointers. For example, I've seen code where void pointers are passed around and cast to pointers to structures depending on state or flags or other conditions. I am curious if that is considered a best or good practice and if typecasting is an expensive operation. In other words, when is it desirable to use and cast void pointers. Thanks for all of your efforts and excellent videos!

dhudach
Автор

lol i was stuck on this little tip calculator program for too long and then this video makes it extremely obvious why it isn't working. thanks :)

dillpickleboy
Автор

This is useful info. Whenever I had to get a float value from integer division, I multiplied one of the terms by 1.0. Now I am wondering which method would be more efficient.

johnscamera
Автор

Thanks a lot this really helped I have trying for hours!!

moustafaibrahim
Автор

thanky for simplifying i've been trying hours still could'nt figure it out your video make it simple

samsepiol
Автор

i hope you to be fine and i swear you are the best instructor in all youtube really thanks 😍😍😍

deeboticsmechatronicsengin
Автор

Thank xou tbis Tutoring helped me a lot <3

christianlautenschlager
Автор

Is it possible to flag a demote as an error ?

BobBeatski
Автор

Does the arrow operator in C (->), have higher precedence than the dereferencing operator/symbol?

ValliNayagamChokkalingam