@ShabazDraee I am not sure if I get what you're saying but try making sure that it says &userName at the part it shows in the video. It kept crashing for me so I put that in and it worked!
Thanks for taking the time to do this, 5/5 rating. (Every video tutorial submitter seems to add something unique to their lesson..even if its the same one, that's why I'm watching these :D and yeah, I do learn things I miss out on from other videos).
Keep up the good work..I only wish you could get them done faster :P
You are really good! But if you included all your videos to be free, people would love you more.
errolcoutinho 2 months ago
hi...where are the other videos...I couldnt find anything ager the if else if statements... could you please direct me to right direction
chauhansajay 4 months ago
hey, it opens the DOS, but crashes and says windows not resoponding, any help ?
ShabazDraee 5 months ago
@ShabazDraee I am not sure if I get what you're saying but try making sure that it says &userName at the part it shows in the video. It kept crashing for me so I put that in and it worked!
LadiesmanGW 4 months ago
@LadiesmanGW userAge**
LadiesmanGW 4 months ago
opps never mind i didnt see that he did add the & sign to userAge
amperamp5 7 months ago
ya i had to add the &userAge to make mines work too but why on the video it works for mark?
amperamp5 7 months ago
really nice. Would love to see a full series on C programming. Good stuff Mark
electrikkar 7 months ago
really good tutorials helping :)
ImJunad 7 months ago
really really really good tutorials !!!
toten30 11 months ago 6
simply... THANX A LOT
60058366 1 year ago
I run a unix system with gnu cc compiler my computer says segmentation fault when I enter a number why would the program be a memory access violation
nwerkk 1 year ago
Dear Mark! Excellent. Very Good teaching style, clearing all points.
9211357 1 year ago 10
Do you really need to put the return 0; at the end since you put void in the parameters of the main function?
SirGamer199318 1 year ago
Compiles,starts to run fine but then when I put in an age Microsoft Windows comes up and says condition.exe has stopped working any idea why?
James0794 1 year ago
@James0794 Same here.
TheChemistSupreme 1 year ago
@TheChemistSupreme
Same here
MerlijnBt 1 year ago
@MerlijnBt Solved you need to have &userAge I only had userAge
MerlijnBt 1 year ago
@James0794
i had the same problem ..
you have to put the & before the " userAge " ( in the scanf only )
LIKE this :
scanf("%d" , &userAge );
Bevisefull 1 year ago
my int userAge is red o_O
TheAranProductions 2 years ago
So far all of your videos have been great =)
Thanks for taking the time to do this, 5/5 rating. (Every video tutorial submitter seems to add something unique to their lesson..even if its the same one, that's why I'm watching these :D and yeah, I do learn things I miss out on from other videos).
Keep up the good work..I only wish you could get them done faster :P
subzero34g 2 years ago