C Programming Introduction
C Programming Language is very popular Language which is develop to design Unix Operating System
Dennis Ritchie at Bell AT Lab in 1972, This programming Language is base programming language for
college and university Students. All Programming language are based C Language today, most operating
system and software are developed by using C Programming Language. C is a Structured Programming
Language . The System software and Application Software are written in C, Note – C Programming is developed by using assembly language which is a low level language. C programming need a test editor and compiler to run and compile c programs on computer system.
C programs have divided in different section like header, body and End section, in Preprocessor section header files included after this Global Declaration, Main () function and Sub program.
C Programs Flow
Create a Program
Preprocessor
Compiler
Assembler
Linker
Loader
Execution
Create a Program
In C programming language we need test editor to write program, the different type of test editors are available for Unix operating system and Microsoft Windows OS. You need select test editor according your operating system to edit c program code, after writing a program next step check c program but today’s test editors are very smart which help to correct any program code by providing important suggestions during writing program code.
Preprocessor
The preprocessor uses some standard library functions to create a c program