C Programming Language for Beginners

C Programming Language - Beginners

C Programming Language for Beginners

C is a very powerful programming language that is widely used and has influenced many  languages . In this course you will learn basic of C program and then we will move to details of data types , strings and Variables. 

Learning C is a great first step if you are a new programmer . So, let's get started with C programming. 


INSTALLING CODE BLOCKS

What you need to start C , so there are two things :


  • Text Editor and
  •  Compiler . 


Now to get these two things there are different IDEs' which helps you write code .
Let's see how to install IDE which is for free to code. 


  • Just open your Favorite  Browser and Search for Code Blocks.


code blocks



  • The first link that you will find is www.codeblocks.org/ , click on the link and you will be redirected to the website from where you have to download the IDE and why I recommend this Code Blocks is because it is a Cross Platform and a Open Source .


download code blocks


  • To Download the IDE you have to click on the Download button .


button to download code blocks


  • There you will see Three options :
      • Download the Binary release
      • Download the Source Code
      • Retrieve Source Code from SVN

download binary release


  • After clicking on the  binary release on next page you will again see few options where you have to select your Operating System.


    • Windows 7/8/10.
    • Linux 64 bit and 32 bit.
    • Mac OS X.
  • Click on you operating system and it will take you to the file where you can download the IDE 



mingw file download


But there are few options that you can see  , you just have to click on codeblocks-17.12mingw-nosetup.zip  because it's an IDE which will help you write the code and also it will provide you the Compiler . 

mingw is a Compiler and let you compile your program as I have said. 

So, just click this link(https://sourceforge.net/projects/codeblocks/files/Binaries/17.12/Windows/codeblocks-17.12mingw-setup.exe) and then it will be downloaded in few minutes.

Watch the Playlist For More on C programming Language.

Previous Post Next Post