The c language is considered as the best to learn for beginners. The only prerequisite of this
course is your time. Each chapter has its own practice set which makes it easy for you to
practice about the topic discussed in that chapter. The projects that we are going to do in
this course can be added to your GitHub profile to enhance your portfolio. Around 11
chapters and two projects and this is going to be fun so let 's open chapter number zero
where i'm going to give you introduction on what exactly c programming is and what exactly
programming in journal is because if this is your first language and you have not seen
programming or maybe you haven't written any program in the past this course will be the
starting point. What is programming computer programming is a medium for us to
communicate with computers just like we use in your english to talk to each other. c
programming language is used to program a wide variety of systems some of the use cases
are major operating systems such as linux and there are a lot of other linux distributions
which are written in c so we use c to write an operating system which controls all the
hardware of our machine so c is a very important language. c is also used to write driver
programs for embedded systems where programs need to run faster in limited memory.
Follow along and see how i 'm downloading and installing visual studio code you just have to
download it. This is a compilation that will help us run our c programs i 'll tell you how and
why later but let 's download it and set up mingw in our machine. Visual studio code is a
source code editor and all the files that i 'll create here will reflect here and vice versa so if i
create a new folder by clicking here let me call it new folder too. If you do not see this
options after following the steps that i mentioned you can restart your computer but in most
cases you should. some of the students so let me tell you that you can actually install a
jellyfish theme extension simply type jellyfish themes after clicking on this extensions
button. You do n't have to install and disable all these extensions which we do not need here
and which might confuse you. You can simply create a boilerplate c code and for that what i
'll do is.
Let me tell you guys this took a lot of time and my computer is faster than it is fast so let me
close this dialog box and we have installed mingw gcc g plus now see how we can use it so
what i 'll do is i've added this folder this particular folder to path what happens when you add
a location to path basically you will be able to use all the dot txt executables without having
to navigate to this path. you can say gcc01 underscore underscore underscore basic dot c
so once you type this you are basically saying compile this program. Anything that starts
course is your time. Each chapter has its own practice set which makes it easy for you to
practice about the topic discussed in that chapter. The projects that we are going to do in
this course can be added to your GitHub profile to enhance your portfolio. Around 11
chapters and two projects and this is going to be fun so let 's open chapter number zero
where i'm going to give you introduction on what exactly c programming is and what exactly
programming in journal is because if this is your first language and you have not seen
programming or maybe you haven't written any program in the past this course will be the
starting point. What is programming computer programming is a medium for us to
communicate with computers just like we use in your english to talk to each other. c
programming language is used to program a wide variety of systems some of the use cases
are major operating systems such as linux and there are a lot of other linux distributions
which are written in c so we use c to write an operating system which controls all the
hardware of our machine so c is a very important language. c is also used to write driver
programs for embedded systems where programs need to run faster in limited memory.
Follow along and see how i 'm downloading and installing visual studio code you just have to
download it. This is a compilation that will help us run our c programs i 'll tell you how and
why later but let 's download it and set up mingw in our machine. Visual studio code is a
source code editor and all the files that i 'll create here will reflect here and vice versa so if i
create a new folder by clicking here let me call it new folder too. If you do not see this
options after following the steps that i mentioned you can restart your computer but in most
cases you should. some of the students so let me tell you that you can actually install a
jellyfish theme extension simply type jellyfish themes after clicking on this extensions
button. You do n't have to install and disable all these extensions which we do not need here
and which might confuse you. You can simply create a boilerplate c code and for that what i
'll do is.
Let me tell you guys this took a lot of time and my computer is faster than it is fast so let me
close this dialog box and we have installed mingw gcc g plus now see how we can use it so
what i 'll do is i've added this folder this particular folder to path what happens when you add
a location to path basically you will be able to use all the dot txt executables without having
to navigate to this path. you can say gcc01 underscore underscore underscore basic dot c
so once you type this you are basically saying compile this program. Anything that starts