C Programming Tutorial - 22 - or

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

make sure to use single quotes instead of double quotes when checking a statement. Single quotes are used for chars and double for strings.

MikeM-pyhq
Автор

Bucky you are a life Thanks bro.
- A college student

MastaAce
Автор

Thanks a lot for those videos . i'm starting to study electrical engineering in Berlin and i watched all your videos to help me to get ready for my studies .

medzog
Автор

I've been watching your tutorials for about a week for now. And it has been a great help for my study. Thanks for doing all these awesome instructions video :) Keep it up Bucky.

focusedonsight
Автор

I am falling in love with programming since i started watching your videos !
-An aspiring programmer

and love for bagels !

karanvirsandhu
Автор

bucky u the best, pls dont stop, we really need your help, awesome guy

skytian
Автор

It funny how you start every video with the same opening "all right guys". great videos btw, very simple and instructive. keep up the good work

delightful
Автор

Bucky's comment section is a stackoverflow.

victormilan
Автор

if i use true/false instead of y/n then how to deal with this?
eg. 
     char answer;

   printf("Hexagonal have 6 side ?  (True/False) \n");
       scanf(" %s", &answer);

    (answer == 'true' ) ? printf("Right!") : printf("Wrong!");
 every time i am getting answer "Wrong" why? please help

shivam_dev
Автор

Thanks a lot for these videos, your really good at explaining this c programming!!! helped out a lot in my class CMIS 102... Keep it going man!!

taqiymuhammad
Автор

These vids are so useful, this will be an easy %5 in my microprocessors course

jamnob
Автор

i will write in the comment after i learned the tutorial, today i finish lesson 22 c programming, thanks bucky =))

skytian
Автор

Bucky, I simply love your tutorials, you've been helping me out a lot! But I've noticed something while using "or": In this case, if the user types anything that contains "n" or "y", such as "Bucky" or "tuna" it'll show the first answer and not the second, as expected. 

guiludescher
Автор

Bucky, i love you bro ! thanks god still exist people like you man. Keep up the good work, Greetings from Berlin

KingZuluKing
Автор

Hi these videos are amazing but I wonder if you could zoom in your text quite a bit because it's very hard to sit back and watch on my small 1080p monitor.

wagnerc
Автор

Hey I know this is just a simple example to show the OR test but I ran the program and entered yn and the program returned 'good job you didn't mess anything up' How would you structure it so that it can ONLY be y or and not both? Cheers

guoitdreuy
Автор

This is better than any teacher. Where can I get the source code I look on your website and cant find it.

danielsalame
Автор

erm.. why did you use %c instead of %s for string? and why we use single quotation instead of double quotation for y and n? is it because of y and n are not a string? if it is not a string then what it is?

EngkuFizz
Автор

i' here now!! i love bucky tutorial! very clear! i understand it!! =))

jamesbrown-yrcz
Автор

Please do zoom in because its hard to see, thank you

KifPH