Day01:Exercise 01 compiler settings

Hii from team(S.A.O.P)

we are starting with "C language" most of you having question in your mind "Why we should learn C first?"
even i have the same question in my mind when i was beginner in programming world..but answer is so simple
because C programing language have simple set of keyword and clean style of programing and many later languages  have borrowed syntax/features directly
or indirectly from C language.like syntax of PHP,Java and C++ and many other languages.

Introduction to C language.
C is a procedural oriented programming language(POP).it was developed by Dennis Ritchie between 1969 and 1973. it was mainly developed to write
UNIX/LINUX operating System(OS) and compiler.The main features of C language include low-level access to memory, simple set of keywords, and clean style.

let's proceed to the C programming
first all we have to  do is finding a compiler for compiling our program into executable form i.e .exe

WINDOWS xp/7/8/10
there are many compilar available Code Block  and MinGW and many other i strongly recommend MinGW
here i am going to install MinGW
step 01: Download The MinGW setup
step 02: Install the setup

step 03:Don't change drive location(recommend)

step 04: mark these option from the list menu

and go in installation menu and click on install marked items
after done with installation

step 04 :go in control Panel > System and Security > System > advance System settings


 Click on environment variables

step 05: go to system variables > path and click on edit and past the below lines

past this line in path
;C:\MinGW\bin;C:\MinGW\mingw32\bin
and click on ok
in shortly we will provide video lecture links...
      thanks for reading our blog we hope it was useful for you
team(S.A.O.P and 127.0.0.1isHeaven)

FaceBook page : Sierra Academy of programming

Comments