
1-18
Computer Programming with C
EXERCISES
I True or false
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.
10. After compilation, the object file of a source
program is created.
11. It is not possible to crate .exe file in C.
12. Compiler executes a program ...