VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
C Programming Tutorial for Beginners

C Programming Tutorial for Beginners

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
This course will give you a full introduction into all of the core concepts in the C programming language. Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/
Date: 2022-03-14

Comments and reviews: 9


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

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

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

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

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

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

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

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

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