@@osmanazam815 I think he stated "For mobile users" because it might be easier for mobile users to use this comment than to use the description one somehow, but not too sure.
Wow! Quick, clear and precise tutorial touching key aspects of C. The best on youtube for a programmer who needs a quick info on C. I've been searching for a while.
Thanks bruh awesome video, i come here whenever i want to learn a specific language , cuz us coders dont actually need to learn all the concepts in brief everytime we learn a new language, all we need is an overview as most of the concepts and logic is same. And the way you teach and design the tutorial is the most accurate and precise.Dont know what i would do without this channel.
Mike your a god to CS&SE students. Thanks you helped me to have interest in learning programming. I watched all your giraffe academy videos. All the tribute of me learning and will be learning c, sql, c++, c#,Ruby, php, python goes to you. Thanks. I have already done php, python, c.
Idk how you make it in 25 minutes but im glad you to do that because its really good summary for our exams. Whenever i forgot c syntax i click on your video to remember in a quick way.
Mike its literally an un returnable favor you have done the appreciation is always not enough not matter how much we give you giving such information in perfect bite sized pieces for FREE is a big contribution you do to programmers and web developers futures
But typescript and C are really useful because they don't let you mess up the types. TypeScript isn't there so you have to use it, it's just there to help you.
Thanks so much for making this great video. I've done a lot of Fortran and Matlab programming during my career as an engineer. I recently retired and have decided to learn C so as to program microcontrollers (e.g., arduino). This was the perfect introduction for me.
@Mori Jin If you're referring to learning just programming languages, then I'll choose the Internet. But if it's Computer Science , that depends on the quality of the school and whether money is a problem for you. If you can afford to go to a good college, then that might be best. However, you can also self learn computer science on your own. If I was to do this, I'd get Harvards cs curriculum online and then find videos on UA-cam to study each course.
I have an exam tomorrow and because I failed in the first semester I retake my exam 6 months after I had my last class on this subject, this was great to revive my memory let's hope I don't fail tomorrow. thank you!
there is often a situation when we need to brush up a language quickly after a long time and this video hits the bullseye! printf(" Thank you for everything mike );
Programmers to learn just the syntax of the new language and then youre explaining what an array and a while loop is XD This has really helped and I should be good when going into my project by not wasting time googling the different syntax.
It's sad that that's a thing. It's amazing how people can turn something that is exciting to learn in to something gruelling. Took me years to come back from the damage school did to me, but after I did, well now I've been a software dev for 4 years and life has never been better!
Wow , really good effort form you brother, really a very nice job you are doing , compare to all other channels your way of explaination are ,making me to concentrate , really love your vedios ,its very easy to understand, making my day every time i try to learn it from you.
Hi Mike my name is also Mike am enjoying your tutorials i wish i had a million to invest in your future company but don't worry as soon as i get that programming Job i will donate
13:39 , here &age is a pointer to int type, but its not a pointer, & just returns the address of the variable. &age is a pointer a pointer to a integer type , so you can assign it to int *p = &age;
you saved my life, I have my college exam like in an hour, I have been too busy learning web development, that I forgot about c, but this really helped thanks a lot, I will let you know how my exam goes.
Don't know if you are still active on this channel Mike but worth considering using that new youtube feature that shows each section of the video on the time bar instead in the description
14:15 Not true, you also use %lf for printing a double. It's the same data type after all. %f is for float so it'll work to print out doubles, too, but not as precisely (noticeable when the value you store can not be stored in a float but only in a double).
@k r it was one test, so I'm not too worried. We have two much easier tests left, and a project (which most people get at least a B+ on). I'm making a small text-based adventure game
For mobile users:
Overview - 1:32
Setup - 2:49
Printing - 3:29
Variables & Data Types - 3:56
Casting - 7:00
Pointers - 7:33
Numbers - 9:16
User Input - 11:37
Arrays - 14:28
2d Arrays - 16:02
Functions - 17:13
If Statements - 18:52
Switch Statements - 20:32
While Loops - 21:28
For Loops - 22:40
Structs - 23:25
Gbu
Legend
Very much appreciated
copied from the description..
@@osmanazam815 I think he stated "For mobile users" because it might be easier for mobile users to use this comment than to use the description one somehow, but not too sure.
Wow! Quick, clear and precise tutorial touching key aspects of C. The best on youtube for a programmer who needs a quick info on C. I've been searching for a while.
holy wow ive actually learned more from this guy than my teacher.
kinda sad but not unusual
Hahaha, we are many, bro.
Yes, same. Fuck school
I’ve learnt more programming on UA-cam than anywhere else
I was just about to comment the same thing! This guy is awesome!
there is so much content in such a compact and accurate form.
Exactly what i needed for my Exam Revision. Thanks
Thanks mate, I was looking for a quick and good C programming recap for one test 😅
Thanks bruh awesome video, i come here whenever i want to learn a specific language , cuz us coders dont actually need to learn all the concepts in brief everytime we learn a new language, all we need is an overview as most of the concepts and logic is same. And the way you teach and design the tutorial is the most accurate and precise.Dont know what i would do without this channel.
Perfect tutorial for experienced programmers! Straight to the point. I've learned so much, I love it!
Mike your a god to CS&SE students. Thanks you helped me to have interest in learning programming. I watched all your giraffe academy videos. All the tribute of me learning and will be learning c, sql, c++, c#,Ruby, php, python goes to you. Thanks. I have already done php, python, c.
*you're
Idk how you make it in 25 minutes but im glad you to do that because its really good summary for our exams. Whenever i forgot c syntax i click on your video to remember in a quick way.
you should be proud bro because your kind is the one responsible for making us learn and change the world
Brilliant!
A fantastic video for a quick revision of C language and you've covered all the topics.
Nice Video, Not long but covers all aspects. Good Intro to C video
Holy shit! That was the best tutorial on c period!
Mike its literally an un returnable favor you have done the appreciation is always not enough not matter how much we give you giving such information in perfect bite sized pieces for FREE is a big contribution you do to programmers and web developers futures
Coming from typescript you can really feel all the similarities (and more-so appreciate the help higher level languages give you!)
But typescript and C are really useful because they don't let you mess up the types. TypeScript isn't there so you have to use it, it's just there to help you.
dude i had structured programming final exam 4 hours ago and your video just did mention everything :DD
big thanksss
Finally someone who understands what everyone wants!!!
Almost everyone*
You wouldnt believe how much I aprecciate this, thanks from Argentina Mike!!! youre such a great teacher, keep on like this, we love you!!!
Thanks so much for making this great video. I've done a lot of Fortran and Matlab programming during my career as an engineer. I recently retired and have decided to learn C so as to program microcontrollers (e.g., arduino). This was the perfect introduction for me.
Very clear and main parts are discussed. Found it useful as a revisional video. Thanks a lot.
i was trying to find something like this to show to my friends that didnt go over the whole of computer science while trying to explain C. Thanks.
You've been helping me ace exams since my first year in college. I'm in my third year now. Thanks!
@Mori Jin If you're referring to learning just programming languages, then I'll choose the Internet. But if it's Computer Science , that depends on the quality of the school and whether money is a problem for you. If you can afford to go to a good college, then that might be best. However, you can also self learn computer science on your own. If I was to do this, I'd get Harvards cs curriculum online and then find videos on UA-cam to study each course.
# include
# include
Void main()
{
Printf("
amazing video");
Return (0);
}
is void do have return values????
@@ansonaromi8556 He got an error their. XD
I have an exam tomorrow and because I failed in the first semester I retake my exam 6 months after I had my last class on this subject, this was great to revive my memory let's hope I don't fail tomorrow. thank you!
Did you pass this exam?
enjoy watching this on Sunday afternoon
Enjoy seriously?
@@parimalarenga92 i am new to programming, preparing before going to college
And this is really fun for me
THANK YOU SO MUCH FOR DOING THIS. YOUR VIDEOS HELPED ME A LOT. YOUR TEACHING IS NEXT LEVEL. EASY TO UNDERSTAND AND CLEAR. AGAIN THANK YOU.
3:40 printf is for "print formatted", not "print function" (they didn't pointlessly append an "f" for "function" to the function's name)
there is often a situation when we need to brush up a language quickly after a long time and this video hits the bullseye!
printf(" Thank you for everything mike
);
Nice, I'm trying to write double linked list in multiple languages, this helps.
God bless you boss... this video really helped save time.
infact these people are gifted in teaching i love it
check this course: ua-cam.com/video/iy44Oul230U/v-deo.html
Well done, extremely helpful introduction! Thanks!
Thanks a lot! Exactly what I was searching for.
I just want to meet this genius physically.....
thank you so much
Dane You are a great teacher . Watched you videos on python and others. Thanks for zooming the text when presenting because we see what you are doing.
I learned algorithmics in school and love that. but language features, influences a LOT the way we think about the solutions we implement.
thanks Dane...helps a lot to my degree
Programmers to learn just the syntax of the new language and then youre explaining what an array and a while loop is XD This has really helped and I should be good when going into my project by not wasting time googling the different syntax.
Thanks Mike, another great vid. Keep up the awesome work.
This was my whole semester in 25 minutes
LOL
same bro
It's sad that that's a thing. It's amazing how people can turn something that is exciting to learn in to something gruelling. Took me years to come back from the damage school did to me, but after I did, well now I've been a software dev for 4 years and life has never been better!
Wow , really good effort form you brother, really a very nice job you are doing , compare to all other channels your way of explaination are ,making me to concentrate , really love your vedios ,its very easy to understand, making my day every time i try to learn it from you.
great video for rapid revision of basics for interview,
exclusively well explantory way of understanding C thank you very much
Seriously Thank You. This video is just appropriate.
Hi Mike my name is also Mike am enjoying your tutorials i wish i had a million to invest in your future company but don't worry as soon as i get that programming Job i will donate
Excellent video, liked and subscribed.
Thanks man I was looking for this video. Really helped me a lot
thank you and keep up you have given me a lot of content
Bro literally thankksssss I knew all the concepts from python but was too lazy to watch an 8 hour course of C
It is very awesome man thnx alot
Finally !!!!!!!!!!!!!!!!!!!!!! found the thing i was looking for
nice quick Rivison ,thank you sir!!
God sent, bless your soul sir. Very comprehensive... hilarious how most of the time you put that the students dumb and failing
Thanks for the no bs explanation
This is what i was looking for !
I've been programming in Python and wanted to start with C
And this video gave me a good Over-View of C
Thanx
Wow this was perfect. Exactly what I was (kindda hopelessly) looking for. Thanks so much!
It was very informative.. but use dark mode instead of light please!
13:39 , here &age is a pointer to int type, but its not a pointer, & just returns the address of the variable. &age is a pointer a pointer to a integer type , so you can assign it to int *p = &age;
superb clear bro
you are awesome guy! So precise teaching approach. Many Thanks!
I DID IT!!! I LEARNED IT!!!!
you saved my life, I have my college exam like in an hour, I have been too busy learning web development, that I forgot about c, but this really helped thanks a lot, I will let you know how my exam goes.
how did it go bro? best of luck anyways
I know that feeling.
Excellent
Don't know if you are still active on this channel Mike but worth considering using that new youtube feature that shows each section of the video on the time bar instead in the description
He has a website mikedane.com that's where he teaches most languages
Thank you brother !
Holy shit,quick and well done
Great information 🖤
Huge thanks for the video!
This is an extremely helpful video thank you
This guy is the GOAT 🐐
Fantastic video, thanks for putting it together!
please make a video on advanced C programming !!!!!!!!
Really your teaching is good
Awesome video!! Thanks you!
Thank you zillion times for this video!!!! It's amazing!!! Please do more tutorials!!!
This was perfect, thank you!
This guy's the best
thanks so much! really useful
is this a complete guide for C or just a quick brief about the language?
Absolutly Amazing ! Why don't you do a video like that for javascript programmers ?
Hey man do you have a playlist for videos just on C? Learning taht right now and having a hard time !
Awesome video ... What about making a library and referencing it to your program
thanks Mike
Good one
aewosme video really helpful fo r me
love from nepal
14:15 Not true, you also use %lf for printing a double. It's the same data type after all. %f is for float so it'll work to print out doubles, too, but not as precisely (noticeable when the value you store can not be stored in a float but only in a double).
I was wondering about this. Thanks!
neat and concise
4:58: "it's at least 16 bits unsigned integer"
Thanks, Mike! Cld u do a detailed tutorial on Golang?
Great job, Mike!! :)
Thank you
great vid my guy
Please make more videos
Your videos helps me
Thank you !
excellent video
Very good for revision
He is the mascot of freecodecamp
I have an exam in C programming concepts in three hours, and I know fuck and all about C... time to get learning.
@k r no. No I did not.
@k r it was one test, so I'm not too worried. We have two much easier tests left, and a project (which most people get at least a B+ on). I'm making a small text-based adventure game