C Programming Tutorial 4, Variables pt.2

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

Рекомендации по теме
Комментарии
Автор

Thanks for these videos, very useful! I've noticed that if the result is greater than 0.5 and you get rid of the decimal place with "%.0", the result isn't gonna be 0 but it's gonna be rounded up to 1.

IstvanSzarka
Автор

@cmdcs1 Stuff like looking at how your computer uses memory (in depth) and fully explain Quicksort algorithm. However as I learn more, I'll teach more, so honestly I'm not sure how far I will go with it.

iTzAdamX
Автор

Good Work Ur Doing. I find Ur tutorial very good and its helping me a lot in studies, but i like more complicated stuff...

jaideephota
Автор

They're not organized like that. The first part of the variables videos is titled "C Programming Tutorial 3, Variables pt.1"

iTzAdamX
Автор

Your explanation is really awesome. Subbed.

vickymukherjee
Автор

Can you also use putchar() instead of printf("%c", variable)?

Torcika
Автор

...so much noise in background, I envy your nerves if it's like that every day whole day...

Since I am posting a comment, very nice man, thanks for the effort and upload ^^

Brams
Автор

pls can both whole numbers and decimal numbers be stored in the float variable or is it only for decimal numbers??

kwekughartey
Автор

why we write %i when print result of addition why not %d

sonalsalvi
Автор

Can you please tell me how can I add a string as a variable. Like my name "vicky" .

vickymukherjee