Find Middle Index Without Integer Overflow | C Programming Tutorial

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

I've always wondered why we do it this way. Thanks for the explanation!

dianafarhat
Автор

Hi, I just wanted to thank you for all your great content. I've been trying to pick up C lately, and your videos have helped me out a ton! I finished my first real program this week, thanks so much!

hbocorngameplay
Автор

I have to remember this new middling calculation. I bet it has other applications as well. Thanks!

Mnogojazyk
Автор

Thank you for the video! It's not very obvious why this is the case because of our intuitive understanding of infix notations I guess, how our brain evaluates these calculations. I find that this is actually easier to understand if the expression is in postfix. The addition operator is way back at the end in that case, only to be done when everything is done and only 2 values are in the stack

DenisovichDev
Автор

excellent explanation, hope more videos like this

siuyutpang
Автор

Isn't that number is being stored after the

unknown
Автор

is there by any chance you can show how to count the frequency of words that come from a array in a file.

nightynight