C Programming Language
C Programming Language
Topics :
Introduction
History
Applications of c
Datatypes
Constants
Arrays
Conclusion
INTRODUCTION
C is general purpose programming language that is considered a foundation
for learning other programming language
C ls a Programming language developed at AT’s and T bell laboratories of
USA in 1970
Its desingned and written by dennis Ritchie.
C is highly protable.
An important feature of ‘c’ is its ability to extand itself. a C program is basically
a collection of function.
DEVELOPMENT OF C
Year Languag Development Remark
e by
1960 ALGOL International committee Too general too
abstracts
Flowchart
Define – flowchart is a nothing but graphical representation of algorithm.
Example –
Circle -
Dimond -
Rectangle -
oval -
Parallelogram - Flowline -
CONSTANT
Constant: constant refer the fixed value that do not change during the execution
of a program