Introduction of C
Introduction of C
1. Structured programming
The programming that follows a top- down approach, on which developers separate the
overall program structure into different sub selection, is called structured programming.
3. C language
C is High level programing language that was developed by Dennis Ritchie at Bell
telephone laboratory in 1972 AD.
C language is a structured programming language that divides program into many
functions.
C is mostly used to write system program such as operating system, language,
compiler, text editor, language interpreters, utilities, etc.
4. Data types used in C: Data type are means to identify the type data and associated
operation of handling it.
5. Data types used in C language [SEE 2074] [SLC 2072] [SLC 2071 S] [SLC 2065]
[SLC 2068] [SLC 2070] [SEE 2065 S] [SLC 2066 S] [SLC 2067 S] [SLC 2069 S] [SLC
2070 S] [SQE 2074K]
6. Characteristics of C language [SEE 2075 U] [SEE 2075 S 2] [SLC 2071] [SLC 2067]
[SLC 2069]
a) It is a high level language with some features of low level language.
b) It is mostly used to prepare system software.
c) It is structured programming language with function procedure.
d) It has enough number of inbuilt functions and operators.
e) It is a small programming language which occupies less memory space.
9. Advantages of C language
a) It is machine independent programming language
b) It is easy to learn and implemented C language
c) It can be implemented from mobile device to mainframe computers.
d) It is the mother of all modern programming language like python, pearl 5 and PHP
11. Variable [SEE 2073] [SLC 2071 S] [SLC 2070] [MFT 2075]
A variable is a location in the memory of a computer whose value may change during the
execution of program.