Introduction to C programming
![]() |
Dennis Ritchie |
There are many software which built using C such as....
—Oracle
—MySQL
—Every device driver
like pen drive
—Unix operating system
—Major part of web
browser
—Contain basic feature
of all programing language
—Build the programing
skills
Characteristics:
<1>High level and structured language
<2>Easy to learn
<3>It produces efficient programs
<4>C is core language,if one knows "C" then learning other programming
<5>languages becomes much easier
<6>Support pointers to refer computer memory,array,structures and functions.
<7>C is portable and an extensible language
portable-->C program written in one computer and can be run on another computer.
extensible-->It enables to the user to add his own functions to the C library.
C