Features of 'C' language.


1. 'C' is a structured programming language hence.
2. Programs can be written quickly with less mistakes.
3. It increases the preadability of the programs and finaly, flexibility of the program is improved.
4. Sequence, condition and loop structures are present in 'C'.
5. 'C' is Case-sensitive.
6. 'C' Can reference a memory locations by means of it's address using pointers hence 'C' is suitable for system programming.
7. Every Statement in 'C' should end with a semi colon.