
28 Programming in C
1 . C Language is developed by Ken Thompson.
2 . C Language was developed in the year 1972.
3 . C Language is closely associated with Linux.
4 . C Programs are not portable.
5 . The ANSI C standard was developed in 1989.
6 . C Programs are translated into object code by a
compiler.
7 . An interpreter reads one line at a time.
8 . Every C Program should have the main()
function.
9 . In C, all the statements should be written in small
letters only.
1 0 . After compilation, the object file of a source pro-
gram is created.
1 1 . It is not possible to crate ...