
C Programming Tutorial for Beginners
video description
Date: 2022-03-14
Related videos
Comments and reviews: 9
Justin
Death by advertisements often. The internet used to be really cool till GOOGLE got a hold of it. Damn google and their greed. You see what you did google you made other people greedy too, scratch that, they were already greedy before that . making money is cool I guess but why 500 ads in a video. I know, don't explain ads are like pringles you cant eat just a couple you gotta tap the end like a drum for the crumbs. ADVERTISEMENTS EQUAL ANNOYMENT TO THOSE THAT ARE AWAKE! Be sure and delete this ok!
reply
Death by advertisements often. The internet used to be really cool till GOOGLE got a hold of it. Damn google and their greed. You see what you did google you made other people greedy too, scratch that, they were already greedy before that . making money is cool I guess but why 500 ads in a video. I know, don't explain ads are like pringles you cant eat just a couple you gotta tap the end like a drum for the crumbs. ADVERTISEMENTS EQUAL ANNOYMENT TO THOSE THAT ARE AWAKE! Be sure and delete this ok!
reply
reut
hi! thanks for great tutorials! I have a question. i cant understand exactly the difference between return and printf.
if for example i put inside of the cube function printf(-%f-, result); so why is it different from return result?
i tried to do it and what happened is that i got the number before the srting, like: 27.000 answer. so i understand there is a different, just don't understand why.
will appreciate your explenation :)
reply
hi! thanks for great tutorials! I have a question. i cant understand exactly the difference between return and printf.
if for example i put inside of the cube function printf(-%f-, result); so why is it different from return result?
i tried to do it and what happened is that i got the number before the srting, like: 27.000 answer. so i understand there is a different, just don't understand why.
will appreciate your explenation :)
reply
Orlando
For the -guess number game- can be:
// Guess number game.-
#include -
#include -
int main()-
--
int secretNumber = 7;-
int guessNumber;-
int tries = 0;-
while(tries < 3 && guessNumber != secretNumber)--
printf(-Enter a number: -);-
scanf(-%d-, &guessNumber);-
tries++;-
--
if(guessNumber == secretNumber)--
printf(-You win!-);-
- else --
printf(-You lose-);-
--
-
reply
For the -guess number game- can be:
// Guess number game.-
#include -
#include -
int main()-
--
int secretNumber = 7;-
int guessNumber;-
int tries = 0;-
while(tries < 3 && guessNumber != secretNumber)--
printf(-Enter a number: -);-
scanf(-%d-, &guessNumber);-
tries++;-
--
if(guessNumber == secretNumber)--
printf(-You win!-);-
- else --
printf(-You lose-);-
--
-
reply
Matan
when explaining about if statement and creating a function that finds the biggest number out of three.
there is no need to check if num 2 is bigger then num 1 because you have already eliminated num 1 frim being the biggest.
you could have just check if num 2 is bigger or equel to num 3
reply
when explaining about if statement and creating a function that finds the biggest number out of three.
there is no need to check if num 2 is bigger then num 1 because you have already eliminated num 1 frim being the biggest.
you could have just check if num 2 is bigger or equel to num 3
reply
La-s
Hey I have a question! When a variable gets stored into a memory address , does it get stored into a random empty address or is there a system like in a library which stores them according to their content?
reply
Hey I have a question! When a variable gets stored into a memory address , does it get stored into a random empty address or is there a system like in a library which stores them according to their content?
reply
itech
My Coding Routine:
9:09 pm Learn c.
Tomorrow 8:09 Pm Learn C++
Day After Tomorrow 7:09 Pm Learn Php.
4th Day 6 pm learn HTML.
5th Day 5 pm learn CSS
6th day 2 pm Learn Javascript.
reply
My Coding Routine:
9:09 pm Learn c.
Tomorrow 8:09 Pm Learn C++
Day After Tomorrow 7:09 Pm Learn Php.
4th Day 6 pm learn HTML.
5th Day 5 pm learn CSS
6th day 2 pm Learn Javascript.
reply
Hello
I spent the last 4 months with python now we are moving on to C I'm 30 minutes in and I just have a question for God why! What have I done to deserve this why have you forsaken me!
reply
I spent the last 4 months with python now we are moving on to C I'm 30 minutes in and I just have a question for God why! What have I done to deserve this why have you forsaken me!
reply
Justin
sorry big guy i didnt mean to just finally blow up about advertising. You just happen to be a poor victim in this as well as timing!
reply
sorry big guy i didnt mean to just finally blow up about advertising. You just happen to be a poor victim in this as well as timing!
reply
Berkay
That was the greatest tutorial I have ever watched, not just about programming or about C, about anything, it was great thanks of it.
reply
That was the greatest tutorial I have ever watched, not just about programming or about C, about anything, it was great thanks of it.
reply
Add a review, comment
Other channel videos















