Very few youtubers are making coding tutorials on C. And Intro to CS50, a Harvard course, jumps into some very difficult problem sets in C. Please make more of these :)
@LearningLad4 жыл бұрын
sure. thank you :)
@junk_bear2 жыл бұрын
Omg thx brother The *while(1){}* Loop was much easier !! I tried using the *do* loop first as my “type in your guess ” And the *While* loop as the checking the answer. It was such a mess, for some reason it kept printing “your number is too big” and “your number is too small” at the same time, but once I removing the *do* loop and just put everything into *while(1){}* loop work perfectly.
@LearningLad2 жыл бұрын
Glad my video helped you :)
@anitachovatiya90903 ай бұрын
Which code editor you are using
@LearningLad3 ай бұрын
vs code
@saichennu52884 жыл бұрын
Sir please try to upload c++ STLs complete series
@yasemin05438 ай бұрын
ı understand thank you for this video
@LearningLad8 ай бұрын
You're welcome
@yadagiriv74793 жыл бұрын
Super can we make only in three trials
@CSBAjay4 жыл бұрын
Enjoyed it :)
@LearningLad4 жыл бұрын
Glad you enjoyed
@markanthonyaguirre47083 жыл бұрын
What if the player enter an Letter instead of number, it would say invalid input?
@LearningLad3 жыл бұрын
You can add that check 👍
@sandmaster_01364 жыл бұрын
Using the same code, what would you add to check if the user already guessed a number and you tell them “you already guessed that number, try again?”
@glorykeyz10552 жыл бұрын
Please why did you put 1 in the while loop??
@LearningLad2 жыл бұрын
wanted to create an infinite loop in c a non zero value is considered as true. so i used 1 while (1) here the while condition will always be true. ( we have to make sure that we exit the loop at some point in loop body )
@glorykeyz10552 жыл бұрын
@@LearningLad i don't really get I though. Please if you got any videos on control structures, i'd love to have them
@nirukumari77214 жыл бұрын
"If you don't like then hit the dislike button"😆😆 Btw very nice and heplful video👌👌👍