C Programming Tutorial for Beginners

Sdílet
Vložit
  • čas přidán 4. 05. 2024
  • 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 - simulator.dev/
    ⭐️ Course Contents ⭐️
    ⌨️ (0:00:00) Introduction
    ⌨️ (0:01:22) Windows Setup
    ⌨️ (0:05:02) Mac Setup
    ⌨️ (0:09:04) Hello World
    ⌨️ (0:12:51) Drawing a Shape
    ⌨️ (0:20:56) Variables
    ⌨️ (0:32:25) Data Types
    ⌨️ (0:38:32) Printf
    ⌨️ (0:45:22) Working With Numbers
    ⌨️ (0:52:20) Comments
    ⌨️ (0:56:00) Constants
    ⌨️ (1:00:13) Getting User Input
    ⌨️ (1:12:08) Building a Basic Calculator
    ⌨️ (1:17:43) Building a Mad Libs Game
    ⌨️ (1:26:29) Arrays
    ⌨️ (1:36:44) Functions
    ⌨️ (1:45:37) Return Statement
    ⌨️ (1:53:21) If Statements
    ⌨️ (2:07:11) Building a Better Calculator
    ⌨️ (2:14:51) Switch Statements
    ⌨️ (2:21:27) Structs
    ⌨️ (2:29:43) While Loops
    ⌨️ (2:37:48) Building a Guessing Game
    ⌨️ (2:50:11) For Loops
    ⌨️ (2:59:05) 2D Arrays & Nested Loops
    ⌨️ (3:09:10) Memory Addresses
    ⌨️ (3:17:20) Pointers
    ⌨️ (3:27:41) Dereferencing Pointers
    ⌨️ (3:32:37) Writing Files
    ⌨️ (3:41:52) Reading Files
    Course developed by Mike Dane. Check out his CZcams channel for more great programming courses: / @giraffeacademy
    🐦Follow Mike on Twitter: / giraffeacademy
    🔗The Giraffe Academy website: www.giraffeacademy.com/
    ⭐️Other full courses by Giraffe Academy on our channel ⭐️
    💻Python: • Learn Python - Full Co...
    💻SQL: • SQL Tutorial - Full Da...
    💻Ruby: • Ruby Programming Langu...
    💻PHP: • PHP Programming Langua...
    --
    Learn to code for free and get a developer job: www.freecodecamp.org
    Read hundreds of articles on programming: medium.freecodecamp.org

Komentáře • 7K

  • @freecodecamp
    @freecodecamp  Před 4 lety +1409

    Click the "JOIN" button below the video to support freeCodeCamp.org!

    • @aqdasvohra5465
      @aqdasvohra5465 Před 4 lety +19

      wrうぇyr

    • @aqdasvohra5465
      @aqdasvohra5465 Před 4 lety +9

      dgdgつrytgyfsrlvhjfsっghdりersghdhusjr

    • @johnnyvincent8966
      @johnnyvincent8966 Před 4 lety +14

      @@aqdasvohra5465
      Aaaa

    • @LYJManchesterUnited
      @LYJManchesterUnited Před 4 lety +7

      Hey for the last part of reading a file could you help me understand how it i want to seperate the two strings "Jim", "Salesales" and put them in seperate arrays but instead of a comma it has a space in between ? Would greatly appreciate thanks !

    • @sanjaysanjaysanju4672
      @sanjaysanjaysanju4672 Před 4 lety +1

      Aaaaaaaaaaaaqaq q qaaaqaqaqaqqaaqqa Lee aqp@

  • @akapotatis9445
    @akapotatis9445 Před 2 lety +8504

    Shoutout to other students trying to learn a semester of classes in 1 night, we can do it D':

    • @MarkBrathwaite
      @MarkBrathwaite Před 2 lety +266

      Lolll a programmer's life

    • @tusharkhandelwal53
      @tusharkhandelwal53 Před 2 lety +54

      😂😂

    • @atifmujeeb7222
      @atifmujeeb7222 Před 2 lety +130

      They teach c in uni?

    • @bhop47
      @bhop47 Před 2 lety +96

      @@atifmujeeb7222 yeah, my uni just does one class of it and mixes the command line into the class.

    • @spidernh
      @spidernh Před 2 lety +37

      you literally can't watch this at night, it's completely white, if you try to watch it at night you will go blind
      or at day too

  • @ewjh_26
    @ewjh_26 Před 3 lety +5729

    For people still confused on Pointers, I thought of a little analogy:
    Say your friend wants to know where you live. Think of your hometown as memory, with lots of houses being stored (variables), and addresses to locate them (pointers). You wouldn't show your friend, say, a picture of your house and expect them to find it quickly. Therefore, you would give your friend your house's address (a pointer), so they can locate it easily.
    Now, let's put it to proper terms.
    C wants to know what the variable you're referring to is. You have memory, with lots of variables being stored, and addresses to locate them. You can't give C your variable name and expect C to find it amongst all of your other variables, so you refer to its address as a pointer so C can easily locate it.
    Hope this helped :)
    Edit: thanks for all the love this comment got

  • @adebayoglover
    @adebayoglover Před rokem +1036

    You're just too detailed and sequential. If we had lecturers like you at all universities, we would be overloaded with programmers in the world. Thanks man

    • @mojeedazeez958
      @mojeedazeez958 Před rokem +19

      seeing a felow Nigerian. Thank you Adebayo,you are right. I'm Afolarin!

    • @ussr7709
      @ussr7709 Před rokem +7

      not really because the dude introduces structs before while loops XD

    • @alexstanley3378
      @alexstanley3378 Před rokem +14

      tbf we are overloaded with programmers already

    • @heyphone7219
      @heyphone7219 Před rokem

      youtube.com/@techtutorials8859

    • @kiidpoh
      @kiidpoh Před rokem +1

      ​@@alexstanley3378 eh not really

  • @egygyerekegycsontjusztlasz3040

    I knew nothing about programming a month ago, and this guy helped me pass the course

  • @womenshealthover5022
    @womenshealthover5022 Před 3 lety +2547

    I am 51 year old woman, who studied computer science at school. I really loved it, but then I got a rubbish computer science teacher and destroyed my love of the subject. I am now studying your course because I want to become a computer programmer. Thankyou for not putting ads in and for being an amazing, to the point, no waffle teacher. Honestly you are a good man and are truly inspiring people of all ages, sexes and nation xxxxx

    • @savagescientist3835
      @savagescientist3835 Před 3 lety +217

      There is no age requirement for education :“Seek knowledge from the Cradle to the Grave”
      Good Luck :)

    • @kavorka8855
      @kavorka8855 Před 3 lety +51

      best wishes to you!

    • @womenshealthover5022
      @womenshealthover5022 Před 3 lety +26

      @@savagescientist3835 Thankyou x

    • @womenshealthover5022
      @womenshealthover5022 Před 3 lety +54

      @@kavorka8855 Thankyou my children have told me to go for it. Young people are amazing and limitless. Unfortunately we lose that and get frighten as we get older !

    • @mgm153
      @mgm153 Před 3 lety +49

      43 y/o applied math/stats person going into C. Good luck getting back to it! I love hearing about people who are lifetime learners.

  • @munibahmed3328
    @munibahmed3328 Před 4 lety +5028

    Shout out to everyone who are trying to utilize this quarantine to do something productive.

    • @menamedmilk
      @menamedmilk Před 4 lety +44

      yass but I have to tho 😭

    • @tn0wl361
      @tn0wl361 Před 4 lety +19

      ayy ya caught me!

    • @rezaulimam9449
      @rezaulimam9449 Před 4 lety +12

      Why don't math functions like pow,sqrt work with %d

    • @tn0wl361
      @tn0wl361 Před 4 lety +9

      @@rezaulimam9449 I believe you have to add the math library. I used the gcc compiler on linux and i ran into that error.

    • @mojajomix7244
      @mojajomix7244 Před 4 lety +24

      i just wonna be hacker and fukk everyone up

  • @user-ho7xm7jp4h
    @user-ho7xm7jp4h Před rokem +192

    I passed my exam with your help

    • @Thugzic
      @Thugzic Před 3 měsíci +11

      yoo bro really sent a tip lol

    • @sssyt4837
      @sssyt4837 Před 2 měsíci +6

      Bro sent 2 cents

    • @sheriffyekini235
      @sheriffyekini235 Před 2 měsíci +3

      Bro actually sent 2 pounds

    • @tao5331
      @tao5331 Před 2 měsíci +4

      Idk if y'all joking but it's 2 euros

    • @sanderenger5742
      @sanderenger5742 Před 2 měsíci

      He actually just tipped 2 pesos

  • @Carl-tw1kb
    @Carl-tw1kb Před rokem +604

    Thank you Mike!, for all this courses and helping the people to improve in life, this is not a lot but one day I will make sure to help more people like you.

  • @top10tube94
    @top10tube94 Před 4 lety +2242

    they designed an almost 4 hr tutorial and they have not given any ads though they can earn lots of money from ads ....this shows how much they care for their viewers they deserve 100M subs for sure ....totally loved their course .....thanks to the free code camp team...

    • @user-kx5es4kr4x
      @user-kx5es4kr4x Před 3 lety +2

      @@IndianPenTapperIPT yeah but it you need it to run your code, if you have a way to run C code with notepad++ then its fine to get notepad++

    • @JashXD
      @JashXD Před 3 lety +3

      quangluu96 what if u use default notepad for coding 😂😂😂😂😂

    • @armstrongtixid6873
      @armstrongtixid6873 Před 3 lety +2

      @@IndianPenTapperIPT I don't know. If you have a Github account, you can use CS50 IDE or CS50 Sandbox, but you need to know a few terminal commands.

    • @armstrongtixid6873
      @armstrongtixid6873 Před 3 lety +70

      Really? I got around 5 ads. Anyway, it was more than worth it, so I sat through the 2 minute ads happily to help them with ad revenue. Besides, they probably make money through merchandise as they are a non-profit organisation with free CZcams videos, and their website membership is also 100% free.

    • @subodhthakur1144
      @subodhthakur1144 Před 3 lety +38

      @Neil Dixit i watched this video 4 months ago there was no ad in between the video but now when I am watching this video ads are there.i think free code camp team took this comment seriously😂😅

  • @WaveySerenity
    @WaveySerenity Před 2 lety +2111

    Literally this is what my 1st semester was all about and he even explained the topics better within just 3 hours!

  • @pakapeta7772
    @pakapeta7772 Před rokem +93

    1:03:30
    If you're using the code runner in VS Code and you're not getting the output you want, it's because you have to run the code in the Terminal instead of the Output. Go to Settings (Ctrl + ,), then search for "code runner", then turn on Code-runner: Run In Terminal.

    • @smarquis7
      @smarquis7 Před rokem +12

      You're the reason I'm in the comments. THANK YOU!!

    • @pakapeta7772
      @pakapeta7772 Před rokem +3

      @@smarquis7 happy to help. :)

    • @kokiouxristina6042
      @kokiouxristina6042 Před rokem +3

      yoou are amazing!~!! i had a big problem with that one!!!!
      thank you very much!!!

    • @pakapeta7772
      @pakapeta7772 Před rokem +3

      @@kokiouxristina6042 Happy to help :). Enjoy C.

    • @DaviSantos-yt2iz
      @DaviSantos-yt2iz Před 6 měsíci +3

      A hero which don't uses cap. Thank u man

  • @TheteachertalkwithMostaandFera

    the great thing about this course is that after every little part, he starts explaining previous functions as if it's the first time we see them and that makes it so much easier to instill those notions

  • @sitontony
    @sitontony Před 5 lety +5357

    Finally, free courses by an instructor with good English

    • @kookokooko-xg5uo
      @kookokooko-xg5uo Před 5 lety +222

      @@nguyenangtuandung2745 with a name like yours, I woulsnt want u teaching with your accent either

    • @nguyenangtuandung2745
      @nguyenangtuandung2745 Před 5 lety +415

      dont be offended, i didnt mean any racist, just because the indian accent is hard to understand doesnt mean i hate Indian people , and your comment is totally racist (I bet my accent is easier to follow than most Indians )

    • @kookokooko-xg5uo
      @kookokooko-xg5uo Před 5 lety +96

      @@nguyenangtuandung2745 then post videos and teach. We'll let the Internet decide.

    • @kookokooko-xg5uo
      @kookokooko-xg5uo Před 5 lety +38

      @@nguyenangtuandung2745 okay dude you're right..
      NOT

    • @rempnantti2138
      @rempnantti2138 Před 5 lety +142

      Accent doesn't matter as long as it sounds english

  • @kenriccrasta8603
    @kenriccrasta8603 Před 3 lety +1401

    engineering first year whole syllabus in 4 hrs
    NOICE

  • @nimomungai6245
    @nimomungai6245 Před rokem +99

    I had C in my last semester and I totally understood it because of you. Please do a Java tutorial, you are really great at this.

  • @brad-zy6fs
    @brad-zy6fs Před 3 měsíci +7

    Yo been looking for a video like this for ages. EVERY other "beginner" video skips the first simple steps and starts off talking about stuff we noobz have no idea about. This dude is actually taking the time and it's very much appreciated!

  • @mariaalpis5776
    @mariaalpis5776 Před 4 lety +1179

    *copy pasted from description because i use mobile
    Course Contents
    ⌨️ (0:00:00) Introduction
    ⌨️ (0:01:22) Windows Setup
    ⌨️ (0:05:02) Mac Setup
    ⌨️ (0:09:04) Hello World
    ⌨️ (0:12:51) Drawing a Shape
    ⌨️ (0:20:56) Variables
    ⌨️ (0:32:25) Data Types
    ⌨️ (0:38:32) Printf
    ⌨️ (0:45:22) Working With Numbers
    ⌨️ (0:52:20) Comments
    ⌨️ (0:56:00) Constants
    ⌨️ (1:00:13) Getting User Input
    ⌨️ (1:12:08) Building a Basic Calculator
    ⌨️ (1:17:43) Building a Mad Libs Game
    ⌨️ (1:26:29) Arrays
    ⌨️ (1:36:44) Functions
    ⌨️ (1:45:37) Return Statement
    ⌨️ (1:53:21) If Statements
    ⌨️ (2:07:11) Building a Better Calculator
    ⌨️ (2:14:51) Switch Statements
    ⌨️ (2:21:27) Structs
    ⌨️ (2:29:43) While Loops
    ⌨️ (2:37:48) Building a Guessing Game
    ⌨️ (2:50:11) For Loops
    ⌨️ (2:59:05) 2D Arrays & Nested Loops
    ⌨️ (3:09:10) Memory Addresses
    ⌨️ (3:17:20) Pointers
    ⌨️ (3:27:41) Dereferencing Pointers
    ⌨️ (3:32:37) Writing Files
    ⌨️ (3:41:52) Reading Files

  • @jiteshkumarsahoo2830
    @jiteshkumarsahoo2830 Před 3 lety +442

    0:00:00) Introduction
    ⌨️ (0:01:22) Windows Setup
    ⌨️ (0:05:02) Mac Setup
    ⌨️ (0:09:04) Hello World
    ⌨️ (0:12:51) Drawing a Shape
    ⌨️ (0:20:56) Variables
    ⌨️ (0:32:25) Data Types
    ⌨️ (0:38:32) Printf
    ⌨️ (0:45:22) Working With Numbers
    ⌨️ (0:52:20) Comments
    ⌨️ (0:56:00) Constants
    ⌨️ (1:00:13) Getting User Input
    ⌨️ (1:12:08) Building a Basic Calculator
    ⌨️ (1:17:43) Building a Mad Libs Game
    ⌨️ (1:26:29) Arrays
    ⌨️ (1:36:44) Functions
    ⌨️ (1:45:37) Return Statement
    ⌨️ (1:53:21) If Statements
    ⌨️ (2:07:11) Building a Better Calculator
    ⌨️ (2:14:51) Switch Statements
    ⌨️ (2:21:27) Structs
    ⌨️ (2:29:43) While Loops
    ⌨️ (2:37:48) Building a Guessing Game
    ⌨️ (2:50:11) For Loops
    ⌨️ (2:59:05) 2D Arrays & Nested Loops
    ⌨️ (3:09:10) Memory Addresses
    ⌨️ (3:17:20) Pointers
    ⌨️ (3:27:41) Dereferencing Pointers
    ⌨️ (3:32:37) Writing Files
    ⌨️ (3:41:52) Reading Files

  • @NormaNsNs
    @NormaNsNs Před 2 měsíci +3

    The most forwarding teacher on the earth. Straight to the point, precise, simple !!! We all want you as a TEACHER !!!

  • @carzetonao
    @carzetonao Před rokem +8

    Programmers are the best type of people in the world, realistic, logic, no bias, focusing, problem oriented

  • @e1h4ck07
    @e1h4ck07 Před 3 lety +370

    I got a 98% in my introduction to programming and algorithms class in C without reading any of the assigned material and SOLELY watching this video and googling a bit of logic so THANK YOU!!! HIGHLY recommend for beginners.

    • @RussellTeapot
      @RussellTeapot Před 3 lety +14

      NOICE

    • @francesmedrano7051
      @francesmedrano7051 Před 3 lety +36

      i can barely understand my lecturer, thank god this guy exists

    • @mschecter0078
      @mschecter0078 Před 2 lety +1

      @@francesmedrano7051 Thank god I want to disappear from existence. All I will do is bring you guys down.

    • @sultanhanga
      @sultanhanga Před 2 lety +4

      are you software enginerr

    • @jcas
      @jcas Před 2 lety +1

      Well, you have already missed a lot.

  • @zinamoraa1204
    @zinamoraa1204 Před 3 lety +2652

    A programmer was going out and his wife to him "While you are outside, please buy some milk". The programmer never came back.

    • @mixagames5425
      @mixagames5425 Před 3 lety +184

      this actually made me laugh and now i feel like a nerd haahahah

    • @user-nz4dr1sy5g
      @user-nz4dr1sy5g Před 3 lety +14

      @@mixagames5425 same

    • @cosmiclyrics2307
      @cosmiclyrics2307 Před 3 lety +87

      Didn't get it? Can someone explain it to me? I'm a civil Engineer wanting to switch to IT, so it'll be nice if someone clears this up, coz this looks kind of a technical pun

    • @mixagames5425
      @mixagames5425 Před 3 lety +513

      @@cosmiclyrics2307 The while loop repeats a certain code inside it while the statement provided is true. In this case while you're outside, which will be true forever because once the men goes outside there's nothing to evaluate that statement to false. So he will just continue buying milk in a loop. Hope that clears it up.

    • @cosmiclyrics2307
      @cosmiclyrics2307 Před 3 lety +87

      @@mixagames5425 ohhhh now that you mentioned it, its looking so obvious! Thanks for the explanation 👍. Gotta keep working on my skills

  • @gsaextreme
    @gsaextreme Před rokem +10

    This is a GREAT tutorial and you are a GREAT instructor!!! Everything was so clearly explained. I love that you differentiated the "i" and "j" variables used simply as counters in many "for loops" and the "i" and "j" variables that are used to reference array index locations in nested "for loops". I've been through so many courses where this goes unmentioned and creates so much unnecessary confusion. Many thanks to you for making this course!!!

  • @1873Winchester
    @1873Winchester Před rokem +15

    Coming from a c#/js background here and it's interesting how familiar everything is! Like there are some "quirks" but otherwise it's all very familiar, more than I thought given the age differences. Switch statement seems to be identical. Struct seems to be a model but probably only superficially.

  • @moh-ban8141
    @moh-ban8141 Před 3 lety +289

    dude mike knows every coding language Jesus

    • @h.l.69
      @h.l.69 Před 3 lety +62

      He has probably watched all of his own tutorials.
      I would know, I'm pretty smart I think.

    • @JACKDANlELS777
      @JACKDANlELS777 Před 3 lety

      Stop blasphemy

    • @anonymoususer734
      @anonymoususer734 Před 2 lety +1

      @@h.l.69 do you use discord light theme?

  • @adrian716
    @adrian716 Před 5 lety +270

    1 hour and 45 minutes in and I understand more than I understood in one semester at the university. You definitely know how to teach, straight to the point. Thank you!

  • @K.etanak
    @K.etanak Před rokem +6

    I major in electrical engineering.and I have an internship that is required C programming next week,tho.This is a life saver.Thanks a bunch.

  • @tylermatthews1103
    @tylermatthews1103 Před rokem +1

    Using this to further help me understand my module and this is honestly one of the best sources I've come across thus far. Very coherent and easy to understand, as well as follow.

  • @manamahalo1
    @manamahalo1 Před 2 lety +269

    I am a middle age woman who is trying to figure out what to do with my life after raising my 3 children. As I was taking CS50, my confidence dwindled, but this course did more than recovering my lost confidence. Thank you so much, you are such a fabulous teacher!!

    • @mschecter0078
      @mschecter0078 Před 2 lety +2

      Your lucky. I have no life. All I wanna do is smoke crack and die.

    • @Vendzor
      @Vendzor Před 2 lety +6

      @@mschecter0078 I feel that man. We're all gonna make it

    • @mschecter0078
      @mschecter0078 Před 2 lety +2

      @@Vendzor I hope so....

    • @PeteRockChronicles
      @PeteRockChronicles Před 2 lety +18

      Me too. CS50 has been tough. I took a break to consume some content on "basics" and this channel has been gold.

    • @alexthelion98486
      @alexthelion98486 Před rokem +5

      YOU GOT THIS!!!

  • @cableguy5576
    @cableguy5576 Před 3 lety +498

    This guy should be given the noble prize of programming and should be payed a million dollars to teach students in college
    This guy is truly a legend as well as freecodecamp

  • @Gokul-di3vw
    @Gokul-di3vw Před rokem +3

    Started on 08-09-2022 and finished on 10-09-2022. This was my first class on programming. Thankyou Mike.

  • @cipicm
    @cipicm Před rokem +2

    i just watched this before my exam and its 2 am rn, having exam at 11am this same day and i can say this is very helpfull for just one time listening. actually insane and i love you guys. keep up the work im gonna come back here. got yourself a new sub

  • @TimCrinion
    @TimCrinion Před 5 lety +529

    Dear Sir, you are truly talented at explaining things in a logical and intuitive order. I have started a couple of tutorials and quit because the teacher gives explanations where he refers to things he will explain, not things he has explained. This is the first C tutorial I have followed flawlessly, because each new lesson depends only on the lessons before. And you are great at making your audience feel confident they understand. Thank you!

    • @minulaperera609
      @minulaperera609 Před 5 lety +3

      Tim Crinion totally agrees

    • @lukefox836
      @lukefox836 Před 5 lety +3

      Speak for yourself. He repeats himself too much -- just take a breath dude.

    • @larrygall5831
      @larrygall5831 Před 5 lety +46

      @@lukefox836 Let me guess. You already know C and are bored listening. This is a beginners course for people who might not have known what an IDE or compiler was before it. Maybe you were expecting a lesson for seasoned coders looking for lessons on C.

    • @why-fj2bs
      @why-fj2bs Před 4 lety +3

      @@leno7492am not an Indian. But i want you to fucking remove the comment. Dont fucking promote Racism and Islamophobia. Fucking stop it! If u dont wanna watch Indian tutorials, just DONT!

    • @thomashvnmusic
      @thomashvnmusic Před 4 lety +5

      @@leno7492 Indians are awesome. I have learned a lot from Indian tutorials in programming and computer related. I truly thank them and i'm grateful.

  • @prism1843
    @prism1843 Před 3 lety +98

    this guy is everywhere. like how are u able to store that much language in ur head! crazyy respect!!!!!!!!

  • @x_treemecoding2987
    @x_treemecoding2987 Před rokem +2

    I’m just watching this video a day to my C exam😂😭.. a whole semester in a night... To future generation seeing this please Mike explained it so well but make sure you watch it before the dates of your exam... my head is literally removing smoke😂😂😩

  • @yae3065
    @yae3065 Před 10 měsíci

    I came across this video while starting to code in C as a Beginner, thank you for the lessons you have discussed and I'll be sure to continue to watch more in the future!!

  • @unknown_unfound
    @unknown_unfound Před 3 lety +263

    Someone give this guy a medal for his amazing service to us noobs at c

  • @matheusfacin8735
    @matheusfacin8735 Před 2 lety +138

    "People overcomplicate pointers, they don't have to be complicated"
    Next recomended video: "Pointers in C/C++" with 3 hours and 47 minutes of duration

  • @hoyalhugor4102
    @hoyalhugor4102 Před rokem +51

    For those who cannot run the code in the section "working with numbers", you also need to put "#include " to include the math library in order for it to be defined and run without error.

    • @P4eZ1
      @P4eZ1 Před rokem

      I didn't have that issue and I never imported the library. Is it not implied?

    • @hoyalhugor4102
      @hoyalhugor4102 Před rokem

      @@P4eZ1 im not sure too, but I am using vscode and online repl. They need the import to work, at least for me.

    • @professornova1236
      @professornova1236 Před rokem +1

      @@P4eZ1 Some functions may not require it, but it's best if I'm using stuff like sqrt() or pow()

    • @AProbablyPostman
      @AProbablyPostman Před rokem +1

      I think code:blocks might be generous with importing libraries, I'm on linux using notepadqq and I had to manually import as well.

    • @dimitsi553
      @dimitsi553 Před 5 měsíci

      thank you brother !

  • @ryanporteous1135
    @ryanporteous1135 Před rokem +24

    I’m 20 minutes in just trying to regain my confidence after being stuck on CS50x week 3, realising I have learned basically next to nothing. You explain everything so much better, although I’ve only just began this video, I can already tell it’s going to help me immensely. Thank you

    • @bellillechery2761
      @bellillechery2761 Před rokem +2

      You and I both. I had to take a break from CS50x.

    • @rash5452
      @rash5452 Před 10 měsíci

      hey can u plz help me in downloading c compiler the code they are saying to write is showing errors pleaseeeee!!!

    • @danyalqureshi9619
      @danyalqureshi9619 Před 10 měsíci

      @@rash5452 What is the error? And what device are you using (Mac/Windows)?

    • @mayukhdas73
      @mayukhdas73 Před 10 měsíci

      @@rash5452 just follow the steps he mentioned it should work for everyone.

    • @rossiemishra1210
      @rossiemishra1210 Před 10 měsíci

      ​@@bellillechery2761yeah, like they use entirely different IDE that is different from the rest

  • @Mr_Green_102
    @Mr_Green_102 Před 3 lety +121

    I was always afraid of programming, because my teacher ruined my interest. After watching your tutorial, I want to learn programming again. You are a good teacher.

    • @Sama-lq2xg
      @Sama-lq2xg Před 3 lety

      hows it going tho

    • @mschecter0078
      @mschecter0078 Před 2 lety

      I will always fear and try to avoid programming. It is a fucking waste of my time and it just relentlessly rapes my mind with brutal force. I can't even get past the very beginning class. I quit....

  • @stealthboy5767
    @stealthboy5767 Před 2 lety +51

    Shout out to the people taking the initiative and doing this themselves.

  • @terrenceolivido741
    @terrenceolivido741 Před rokem +2

    I remember Mike starting these tutorials 2 years ago. I was lying in bed listening to this today and i was like " who is this guy?" Everything seemed to flow so naturally and conversationally. This is a masterpiece of teaching that only 1-in-a-thousand teachers will ever achieve. If he was a University level teacher, his work would be sought out and legend. Unbelievable.

  • @user-rh3ox6tt1t
    @user-rh3ox6tt1t Před 11 měsíci +2

    I came over from CS50 as it was hard to understand the basic theory underlying taking the course but you! explain the basics sooooo well and it's really easy to understand! Amazing! Thank you so much!!

  • @KiranNixon
    @KiranNixon Před 5 lety +408

    I had this video playing at 2 times speed and you have taught me more in 1 hour 53 minutes than my professor has taught me all semester! Thanksss!!!

    • @eyesnteeth1611
      @eyesnteeth1611 Před 4 lety +9

      Same the double speed hack

    • @KaushalGrover
      @KaushalGrover Před 4 lety +4

      Same .....😅😅

    • @victoriaandrea3168
      @victoriaandrea3168 Před 4 lety

      how do u do that?

    • @vincepetrovic8700
      @vincepetrovic8700 Před 4 lety +2

      KNT Media Thanks for the idea. It was weird at first but it forced me to learn to pay attention better.

    • @hemantv1676
      @hemantv1676 Před 4 lety +1

      @@victoriaandrea3168by changing playback speed this is a good idea I'm gonna try it

  • @noicerone
    @noicerone Před 3 lety +47

    Essential shortcuts for CodeBlocks
    Use *Ctrl+D* to duplicate line in Codeblocks
    *Ctrl+Shift+C* to mark as comment
    *Ctrl+Shift+X* to unmark as comment

    • @jamesdickerson8645
      @jamesdickerson8645 Před rokem +6

      Essential shortcuts for CodeBlocks
      Don't use CodeBlocks.

    • @mrtasins
      @mrtasins Před rokem

      @@jamesdickerson8645 use what

  • @maciejdyba6727
    @maciejdyba6727 Před rokem +1

    thank you man, you explained all of this under 4 hours while in uni it took us whole semester

  • @nkululekongcobo8194
    @nkululekongcobo8194 Před rokem

    You have no idea how useful you video was, you explained my entire semester much better that my lecture and made C fun for me. Thank you

  • @shshht9
    @shshht9 Před 5 lety +169

    I enrolled at university last year for bachelors in computer systems engineering so it obviously involves a lot of coding. I have never learned to code before and thanks to my lecturer in the first year, he completely ruined coding for me, by dodging all the basics🤬 Here I am in my second year, trying to make the impossible happen and learn C within 2 days so that I can submit an assignment that is solely based on it. Your tutorials are extremely helpful and I can finally hope to create a functional code. Thank you, I'm legit in tears 😭 Never understood C before or coding for that matter 😫

    • @Tom-yu9zg
      @Tom-yu9zg Před 4 lety

      Where is your university based?

    • @mk-3079
      @mk-3079 Před 4 lety +2

      You good now??

    • @leno7492
      @leno7492 Před 4 lety +4

      He offed himself 4 days after the post, he failed the exam and the whole university is talking about him

    • @racistlmao745
      @racistlmao745 Před 4 lety

      @@leno7492 You mean he/she committed the big die? Why didn't he/she ask the professor to help him/her?

    • @leno7492
      @leno7492 Před 4 lety

      @@racistlmao745 im not sure why he did it but he was in my computer science class and im pretty sure he had no friends

  • @dorukturkmen
    @dorukturkmen Před 4 lety +72

    i thought I was gonna fail my c course this semester cause I wasn't understanding what my professor was saying but you changed my life. playing with code is actually fun for me now! i love you. ok bye.

  • @excelljbills8894
    @excelljbills8894 Před rokem +10

    I have been stuck on Week 2 of CS50x longer than I'd like to say and using this course for supplementary understanding has help me gain SO MUCH clarity on the topic. Better than the Harvard class if you ask me by far! Thank you!

  • @oltechacademy7851
    @oltechacademy7851 Před 11 měsíci +16

    If you've just started learning C programming, congratulations on taking the first step! C is a powerful and widely-used programming language, and mastering it can open up many opportunities. Here are some tips to help you along your learning journey:
    1. Understand the Basics: Begin by grasping the fundamental concepts of C programming, such as variables, data types, operators, control structures (if-else, loops), and functions. Build a strong foundation in these core concepts before moving on to more advanced topics.
    2. Practice, Practice, Practice: The key to becoming proficient in programming is to write code regularly. Solve coding problems, work on small projects, and experiment with different concepts. The more you practice, the better you'll understand the language.
    3. Break Down Problems: When faced with a programming challenge, break it down into smaller, manageable parts. Solve each part step by step, testing and debugging as you go. This approach will make complex problems more approachable.
    4. Read and Analyze Code: Study well-written C code to understand how experienced programmers structure their programs, use libraries, and implement algorithms. Reading and analyzing code will improve your understanding and expose you to different coding styles.
    5. Use a Good IDE: Choose a reliable Integrated Development Environment (IDE) that provides features like code highlighting, auto-completion, and debugging tools. Popular options for C programming include Code::Blocks, Dev-C++, and Visual Studio Code with C/C++ extensions.
    6. Understand Memory Management: C gives you manual control over memory management. Learn about concepts like stack and heap memory, pointers, and memory allocation functions like malloc() and free(). Proper memory management is crucial to avoid memory leaks and unexpected behavior.
    7. Debugging Skills: Debugging is an essential skill in programming. Learn how to use a debugger to step through your code, set breakpoints, and examine variables. Understanding the debugging process will help you identify and fix issues more efficiently.
    8. Join a Community: Engage with fellow C programmers by joining online forums, coding communities, or local meetups. Interacting with others who are learning or already proficient in C can provide valuable insights, code reviews, and support.
    9. Read Documentation: Make it a habit to read the official C documentation, like the C standard library functions and language specifications. Understanding the available functions and their usage will help you write more efficient and robust code.
    10. Keep Learning: Programming languages and technologies evolve over time. Stay up to date with the latest C programming trends, new features, and best practices. Explore additional resources like books, online tutorials, and video courses to enhance your knowledge.
    Remember, learning programming takes time and effort. Don't get discouraged by challenges or mistakes. Embrace them as opportunities to learn and improve. With dedication and consistent practice, you'll become a skilled C programmer. Good luck!

    • @jadendobbs
      @jadendobbs Před 9 měsíci +1

      This sounds exactly like ChatGPT lol, although these are good tips so I'm not complaining.

  • @Patelsajan20
    @Patelsajan20 Před 2 lety +120

    This video was absolutely brilliant for anyone wanting to learn C. I am writing a program in C for an assignment and only have very limited experience in R and Python. This video made C easy to understand and didn't overcomplicate it focusing on key aspects. Definitely recommend watching it if your interested!

  • @CheetahJona
    @CheetahJona Před 4 lety +103

    I learnt more from this video than I did with 100 hours of class at college Thank you so much🙏🙏
    He is such a great teacher. I wish my teacher was at least 1% asgood as he is 😢😪

    • @testingbeta7169
      @testingbeta7169 Před 4 lety +8

      it happens when you actually pay attention :P

    • @vespervenom2343
      @vespervenom2343 Před 4 lety +7

      testing beta7 you’re an idiot. Everyone learns different other than just simply paying attention

    • @sdafsdaf4844
      @sdafsdaf4844 Před 4 lety +1

      thats the time it takes to beat skyrim about 5 times

    • @conorcallaghan2057
      @conorcallaghan2057 Před 4 lety +3

      Hey

  • @EriCKtheGeneric
    @EriCKtheGeneric Před rokem +3

    Great video. The explanation was very thorough, and following along in my own IDE was not a hassle. Thank you so much!

  • @whisperscribe
    @whisperscribe Před 4 měsíci

    This dude is a legend, I was trying to find a decent C course and IT IS REALLY hard, thanks Mike.

  • @alederdiablo3189
    @alederdiablo3189 Před 4 lety +251

    Me after 4 hours: "Remember : the pointer is just a memory address."

  • @osmantariq7998
    @osmantariq7998 Před 4 lety +124

    21:00 variables
    32:27 Data types
    38:32 Printf
    45:23 working with numbers
    52:22 Comments
    56:01 Constants
    1:00:14 Getting User Input
    1:12:08 Building a Basic Calculator
    1:17:44 Building a Mad Libs Games
    1:26:32 Arrays/Variables
    1:36:44 Functions
    1:45:38 Return Statement

  • @dmcmahondm
    @dmcmahondm Před rokem +4

    this guy did in less than 4 hours what my professors couldn't do in entire semesters, made an effective and easily digestible lesson. I like that the sections and the examples in them were concise but still included thoroug explanations whenever there was something unfamiliar on the screen.
    a big misstep that a lot of professors do is either assume you already know certain things, or don't care whether you do or don't, and then they sprinkle in these seemingly random ideas you've never seen before with what they're trying to teach you and don't actually bother to explain them.
    this man did a fantastic job communicating these concepts, thank you very much for offering your teachings, good sir!

  • @jameswinston334
    @jameswinston334 Před rokem +1

    I will highly recommend this guy's video to anyone trying to improve or get a better in understanding c-programming....
    This really helped me alot

  • @_DikshaBhise
    @_DikshaBhise Před 3 lety +54

    great content! I appreciate how you've explained everything from scratch, that too in such a clear and precise manner. 3 hours down (took 6 to get here), and I'm still with you! your narration style is perfect, keeps you calm AND engaged. thank you!

  • @Camizer
    @Camizer Před 2 lety +34

    This is almost 3 months of my first c course in college. Very usefull, glad I could remember it in a very simple way.

  • @mikelicel319
    @mikelicel319 Před rokem

    This guy made me start and love programming.
    He taught me html and css.He is a LEGEND AND MAY Allah continue to bless you

  • @-Desire
    @-Desire Před 2 lety +1

    Thank you so much for this video! First year of uni is kicking my butt but you guys have been my saving grace.

  • @christiancoder454
    @christiancoder454 Před 4 lety +129

    You explained my ENTIRE C course in 1 video. Why do I even attend colleg elol

    • @myhugedeck8518
      @myhugedeck8518 Před 3 lety +14

      I don't know either! My mid sem is in 1 week. This one video was enough

    • @darchendon7926
      @darchendon7926 Před 3 lety +14

      the honest answer of attending college?
      Networking
      *shudders in introverted aspie horror*

    • @Cobalt985
      @Cobalt985 Před 3 lety

      I'm actually learning this in the hopes of landing a future job without going into debt! Probably not with C though, I like to understand how things work to better use them, I figure learning C is about the equivalent of that.

    • @ChrisJones-rd4wb
      @ChrisJones-rd4wb Před 3 lety

      lol he explained about 1 week of my assembly and computer structure class

    • @francesmedrano7051
      @francesmedrano7051 Před 3 lety +1

      lmao im asking myself this question every single day

  • @niania4158
    @niania4158 Před 3 lety +236

    This guy is brilliant. He makes me believe that I'm literally capable of learning programming language LOL

    • @niania4158
      @niania4158 Před 3 lety +2

      @x XGeneric420X x Thanks!!

    • @tomelex1838
      @tomelex1838 Před 2 lety +20

      That is just a syntax, anyone is capable of understanding it, even the greatest of dimwits. There is much more depth to actually using this knowledge to solve the problems and program

    • @rapidecho5705
      @rapidecho5705 Před 2 lety +7

      @@tomelex1838 yes, to build massive program, a lot of logical and analytical thinking is required

    • @sorinsanda7529
      @sorinsanda7529 Před 2 lety

      Huh jhbn

    • @shengos6122
      @shengos6122 Před 2 lety

      u are

  • @Mr.....V228
    @Mr.....V228 Před rokem +1

    Hey Mike! Thank you very much for making this type of lecture which is very useful to everyone who are facing troubles in understanding 'C' in their college....

  • @ghostek7792
    @ghostek7792 Před rokem

    thankyou so much man, at my university I recently started class on C & C++. issue is, I haven't coded in 3 months and prior to that i had my first semester EVER coding, absolutely noob, and we learned java. I got cocky, and realized that i got absolutely decimated when i forgot so many concepts and syntax. this is amazing, quick, concise, and really solid for review. even though alot of the concepts are fairly easy it's very nice to brush up quickly

  • @rachelyoung1225
    @rachelyoung1225 Před 3 lety +39

    Just wanted to say THANK YOU!!! I have learned more in this 4 hour course then I have the entire 5 weeks class I just did.

  • @samuelcollier1764
    @samuelcollier1764 Před 2 lety +23

    I just finished watching the entire tutorial. It's very helpful and Mike explains the content very well. I've definitely learned a lot and would highly recommend this to others if you haven't watched this already.

  • @kickerwhitelion7626
    @kickerwhitelion7626 Před rokem

    This is really helpful, especially because our teacher cannot be bothered actually teaching us. Although a lot of the ones using scanf don't work in Visual Studio and our school requires us to use that it.

  • @joanpd
    @joanpd Před rokem

    I only knew javascript and in two days I watched this video, and thanks to this video I 've done succesfully a challenge from a competitive coding tournament.
    You are amazing.

  • @vjmc82
    @vjmc82 Před 4 lety +33

    I'm taking CS50 online fro Harvard and your video really helped clear things up, THANK YOU!

    • @yashikasharma8455
      @yashikasharma8455 Před 3 lety

      Same. Just started pset1 and I'm having troubles just doing "Hello" . I feel like a faliure

  • @sreyascu
    @sreyascu Před 3 lety +116

    2:29:10 - Jim's a business major and Pam's an art major. Guess someone's a big "The Office" fan xD
    EDIT - 3:38:43 - haha guess I was right

    • @GY9944
      @GY9944 Před 3 lety +2

      Haha you should see his SQL Tutorial video - it's the entire "The Office" lore explained with SQL

    • @sreyascu
      @sreyascu Před 3 lety

      @@GY9944 lmao

  • @SOLVANSMARTSOLUTIONS
    @SOLVANSMARTSOLUTIONS Před 8 měsíci +2

    More than a year ago, I learnt HTML from this guy and I'm still doing it but now I'm moving to embedded systems engineering and I'm here via a recommendation, wish me luck

  • @youssefmourad-sm7gl
    @youssefmourad-sm7gl Před rokem +8

    i am actually a data science student. it was because of you that i fell in love with python. now that i am learning C i came back to watch once again your tutorial. keep going bro. you're the best so far. hope you'll read my comment.

    • @candelarialuna6593
      @candelarialuna6593 Před 8 měsíci

      hi! i am exactly in the same situation as you. did you find another good video like this one to learn C? thanks

  • @nametakenfan
    @nametakenfan Před 3 lety +20

    Thank you! I really wish I had started here when learning C - I have tried so many courses and materials to learn C and this finally made everything stick/filled in the gaps. I know some people are commenting about all the times you mentioned that "A pointer is just a memory address, that's all" but I (and I'm sure others) have gotten so many complicated explanations about pointers that it's really helpful to hear multiple times.

  • @rodrigonovelo6768
    @rodrigonovelo6768 Před 2 lety +18

    Thanks Dude! This video is really getting me into C basics, as a complete begginer and starting to study Computer Science you helped me a lot! Still half a video to watch and at this point I feel that I'v learned so much! My journey beggins here. You were part of it, thank you.

  • @ramsaltree3216
    @ramsaltree3216 Před rokem

    Thanks for making this video tutorial . I've learned something new! Been wanting to learn the basic before and you guys showed a good stepping stone for me to learn

  • @jorgecastillo-od9ri
    @jorgecastillo-od9ri Před rokem

    I learned more about C with this video than in my entire engineering degree. Thank you so much!!!

  • @rolandocalisthenics3754
    @rolandocalisthenics3754 Před 3 lety +27

    this dude dont even say thank u for watching and subscribe at the end, what a legend.
    Thanks ma man

  • @minimusic6645
    @minimusic6645 Před 2 lety +403

    Just finished this amazing course! Since I had previous experience with python, I was familiar with most of the concepts in this video, and this made me pretty confident in coding in C. And the fact that it is 100% free really amazes me. Great content out there!

    • @shyamgandi9450
      @shyamgandi9450 Před 2 lety

      Can u please suggest python best channel

    • @recsomeasylum3353
      @recsomeasylum3353 Před 2 lety +21

      @@shyamgandi9450 this same channel

    • @Telugu_vaadini
      @Telugu_vaadini Před 2 lety +2

      Some say that learn python after learning c#.. are you sure.. can I learn python first?

    • @yes-vy6bn
      @yes-vy6bn Před 2 lety +7

      @@Telugu_vaadini python is usually the first language people learn

    • @hansasithuruwan2683
      @hansasithuruwan2683 Před rokem +3

      @@Telugu_vaadini Yeah, Python is less complicated than this.

  • @ProgrammingHirak
    @ProgrammingHirak Před rokem +3

    Thank you sir, I hope everyone watching this may learn and prosper as well.

  • @supersonic118boi8
    @supersonic118boi8 Před 4 lety +344

    Me: trying to watch this video.
    youtube recommended: not everyone should code.

  • @CryptoxicWoW
    @CryptoxicWoW Před 5 lety +198

    This dude has taught me more stuff in 3 hours than my prof in 3 years

  • @moriomsultana5297
    @moriomsultana5297 Před měsícem +2

    I just finished this full tutorial. This is my first programming language that I learnt. Thank you so much for such detail oriented work. Really appreciate it. ☺

  • @meganr4954
    @meganr4954 Před rokem +1

    THIS is already so much more helpful than my professor's lectures.THANK YOU!!

  • @GY9944
    @GY9944 Před 3 lety +6

    Hi Mike! I've just finished watching your SQL Tutorial video and I'm very delighted to find you in C Tutorial as well! You're excellent at teaching and explaining all this stuff

  • @ido2267
    @ido2267 Před 5 lety +58

    I can't believe I spent 30$ on a course in udemy when this video is so much better

    • @staffordnelson9053
      @staffordnelson9053 Před 4 lety +1

      stop being stingy!

    • @sdafsdaf4844
      @sdafsdaf4844 Před 4 lety

      @@staffordnelson9053 stop being so sad ur mom died

    • @staffordnelson9053
      @staffordnelson9053 Před 4 lety +4

      @@sdafsdaf4844 Yu need to apologize for callin my moms name on this...

    • @megibit
      @megibit Před 4 lety +2

      לומדים מטעויות

    • @staffordnelson9053
      @staffordnelson9053 Před 4 lety +1

      @@thexzavier8283 my mother was murdered over land dispute.It's sad beyond any words can say.

  • @Alex.Shalda
    @Alex.Shalda Před rokem +3

    I struggled to go through the Harvard CS50 course, and this vid helped me a lot. A huge thank you, Mike!

  • @ElMrBlack
    @ElMrBlack Před rokem +2

    that office reference XD
    programming caught my attention again recently but every time I've looked into it I never could make any sense of anything until seeing this video and now I'm starting to understand how things are structured
    he is a great teacher

  • @lunghunglin5729
    @lunghunglin5729 Před 4 lety +11

    I want to show my appreciation and respect to the instructor and all the organizing team to let this awesome tutorial to be able to put on CZcams.
    I had a great time learning this language, and it really did help me a lot!
    Thanks again for this awesome journey!!
    Love from Taiwan.

  • @toanta4838
    @toanta4838 Před 2 lety +19

    Even I just know a little English, but I still get your lesson in a clear way! Thanks a lot for your English accent particularly and your knowledge in general!

  • @newtonwright3817
    @newtonwright3817 Před 11 měsíci +1

    Thanks for the course, easily put across and easy to understand. Great job ! and wonderful refresher for me!

  • @elonfc
    @elonfc Před rokem +1

    The fact that this guy has almost completed whole tutorial without any flaws or mistakes, youtube never was able to correctly spell C in the subtitles instead it said seee 🤕 CZcams subtitles can go broke but , mikes knowledge can never go wrong. Hats off to you Mike Dane 🤠.

  • @gurnoorsingh7210
    @gurnoorsingh7210 Před 3 lety +39

    00:21 Introduction
    01:35 Basics of computer programming
    03:49 Format specifiers
    06:31 First computer program
    07:27 Character sets & constants
    08:55 Basic data types, int, char & float
    09:52 Variable declaration & initialisation
    14:17 Basic operators
    17:12 Arithmetic instructions
    Arithmetic operations
    18:18 Addition,Subtraction,Multiplication & Division
    21:31 Area of Circle & Triangle
    24:23 Simple Interest
    25:44 Square & Cube
    26:51 Total & average
    29:00 SWAP two numbers
    Escape Sequences
    32:14 Theory
    34:26 Drawing a tree using escape sequences
    IF & IF ELSE
    35:19 Syntax
    40:17 Largest of two numbers
    41:02 Positive or not
    42:17 Greater or less than 10
    43:08 Even/odd
    44:09 Divisible by 5
    44:59 Multiple of 7
    45:45 Compare two numbers
    46:55 Logical operators
    50:07 3 numbers in ascending/descending order
    53:01 Calculate discriminant & roots of a quadratic equation
    54:29 Calculate grade
    56:22 Check marriage eligibility
    59:01 Conditional operators
    While & Do While Loop
    01:00:47 Why do we need loops
    01:02:24 DO-WHILE & WHILE loops Syntax
    01:03:49 WHILE vs Do-WHILE loop
    01:04:21 Increment & Decrement Operators
    01:07:39 N numbers in sequence
    01:09:53 N numbers in reverse order
    01:11:10 First N even numbers
    01:12:29 N odd numbers
    01:13:40 Reverse order of a number
    01:16:20 Sum of a number
    01:18:48 Armstrong or not
    For loops
    01:23:39 Syntax
    01:27:27 Table of given number
    01:29:40 Sum of a number
    FOR loops-Pattern Programming
    01:32:34 Pattern programming theory
    01:34:42 ◸ of *
    01:37:51 ◺ of *
    01:40:23 ◿ of *
    01:43:38 ◹ of *
    01:47:37 █ of *
    01:50:39 ▵ of *
    01:54:14 ▽ of *
    01:56:58 ♢ of *
    01:58:11 ◺ of numbers -vertical
    02:01:01 ◺ of numbers -horizontal
    02:02:51 ▵ of alphabets
    02:05:48 ▵ mirroring alphabets
    02:09:25 ◺ of integers with integer at the end
    Advance FOR Loop programs
    02:11:47 Factorial
    02:16:18 Prime numbers from range
    02:22:29 Prime or not
    02:27:43 Fibonacci series
    02:33:29 Print digits, alphabets using loops
    02:36:37 Factorial
    02:40:30 Average of numbers
    02:43:04 ASCII chart
    02:44:21 Rectangular pattern of *
    02:46:38 Rectangular pattern using ASCII characters
    Goto, break & Continue
    02:48:59 goto keyword
    02:51:12 break & continue keyword
    Switch case
    02:53:39 The syntax of the switch case-control structure
    02:55:54 Case-control structures in more detail
    02:59:30 Print integers in words
    03:00:36 Numbers in words in reverse order using switch case-control
    03:02:29 Perform arithmetic operations based on the users choice
    Functions
    03:04:06 What are functions?
    03:06:25 Parametrised functions
    03:09:18 Addition,subtraction,multiplication,division using functions
    03:11:54 Factorial,prime or not & Fibonacci series using functions
    03:14:07 Calculate square & cube using functions
    Arrays
    03:16:14 Theory
    03:18:11 Single dimensional arrays
    03:22:49 Accept array elements & reprint
    03:25:36 array elements in reverse order
    03:28:11 Addition of array elements
    03:30:05 Fibonacci series using arrays
    03:32:20 max+min of an array
    03:34:46 positive & negative elements of an array
    03:37:37 array in ascending/descending order
    Multidimensional arrays
    03:40:01 Theory
    03:43:55 Accept MxN matrix & reprint
    03:46:41 Add two MxN array matrices
    03:48:00 Add array elements of two-dimensional arrays
    03:49:10 Diagonal elements of a matrix
    03:51:00 Add upper matrix elements
    03:52:16 Add lower matrix elements
    03:53:42 Multiplication of matrices
    03:57:15 Transpose of the matrix
    Pointers
    03:58:57 What are pointers?
    04:00:53 Using pointers
    More on functions
    04:02:47 Call by value & call by reference
    04:06:49 Swap two numbers using parametrized functions
    04:09:48 Scope of a variable
    04:13:01 Recursion
    04:14:21 Fibonacci series using recursion
    04:18:30 Factorial using recursion
    04:21:12 Passing arrays to a function
    Strings
    04:25:12 What is a string?
    04:28:07 Inbuilt functions
    04:30:26 ASCII characters
    04:31:19 string reverse, length, uppercase, lowercase & copy
    04:33:06 Count alphabets, digits & symbols
    04:34:40 Compare two strings
    04:35:24 Concatenate two strings
    04:36:10 Length of string
    04:37:33 Copy a string from another
    04:38:39 String uppercase
    04:40:24 String lowercase
    04:41:25 Join two strings
    04:43:58 Count alphabets digits & symbols without using inbuilt functions
    04:45:25 Compare two strings without using inbuilt functions
    04:47:31 Count vowels
    04:48:39 Reverse a string
    04:50:36 Palindrome
    Structures
    04:52:34 What are structures?
    04:54:57 Create structure Employee, store values & reprint
    04:56:22 Array of a structure
    04:59:11 Structure within a structure
    File operations
    05:03:36 What are the files?
    05:08:06 Read+write to a file character by character
    05:12:33 Read+write to a file line by line
    05:15:23 Merge two files
    Command line arguments
    05:17:05 Theory
    05:18:50 Programs on command line arguments
    More
    05:21:46 Datatypes
    05:27:24 Escape sequences
    05:30:39 Type casting
    05:32:50 Enumeration
    05:35:30 Bitwise operators
    05:42:31 Unions

    • @lklemon1497
      @lklemon1497 Před 3 lety +1

      thank you!

    • @abidhossain6555
      @abidhossain6555 Před 3 lety

      thanks bro...awsome

    • @Sekhar_10
      @Sekhar_10 Před 2 lety

      I can fell howmuch you have impressed with this tutorial...It makes u to write a comment like this...wonderful...👍🔖

    • @hannahkingori5703
      @hannahkingori5703 Před 9 měsíci

      Thanks a lot and God bless

    • @rusuiorusui
      @rusuiorusui Před 7 měsíci

      Wow Thanks a lot

  • @Mr78javi
    @Mr78javi Před 3 lety +4

    Thanks for this free course, I am begining with C and the truth is that I have been having problems with the algoritms. The course has been very interesting and very useful. Thanks for all.

  • @atai1576
    @atai1576 Před 2 lety +1

    Dude thanks for this tutorial I’ve really been struggling with c language but you made it so easy to understand

  • @uchechukwuamua3037
    @uchechukwuamua3037 Před rokem

    Thank you Mike for this awesome video. I am just 15minutes into this video and I know that I would have learnt so much at the end. C is made simple using your video.