1-5
Introduction to ‘C’
easier and most of the developers prefer these languages, than the non-structured languages like
BASIC and COBOL. Programming with non-structured languages is tough in comparison to
structured languages.
C is also called a system-programming language because it is greatly helpful for writing operating
systems, interpreters, editors, compilers, database programs and network drivers.
BCPL and B are data type-less languages. However, C language has a variety of data types. e
standard data types in C are integers, oating point, characters. Also, derived data types can be cre-
ated such as pointers, arrays, structures and unions. Expressions are built from operands and opera-
tors. Any expression or an assignment or a ...