Saturday 17 November 2012

Programming with C Language - Features of C

Programming with C1.1 Features of C
Features of C C is characterized by the ability to write very concise source programs, due in part to the large number of operators included within the language. It has a relatively small instruction set, though actual implementations include extensive library functions which enhance the basic instructions. The language encourages users to write additional library functions of their own. Thus, the features and capabilities of the language can easily be extended by the user. C compilers are commonly available for computers of all sizes. The compilers are usually compact, and they generate object programs that are small and highly efficient when compared with programs compiled from other high-level languages. Another important characteristic of C is that its programs are highly portable, even more so than with other high-level languages. The reason for this is that C relegates most computer dependent features to its library functions. Thus, every version of C is accompanied by its own set of library functions, which are written for the particular characteristics of the host computer.
 Self Assessment Questions i) State true or false Using C language programmers can write their own library functions ii) C is a ________ level programming language

No comments:

Post a Comment