Dennis Ritchie (US) designed C programming language in 1972 at "AT & T's Bell laboratories".
C has been often termed as "Middle Level Language". Programs written in C are very efficient and fast.
C is a general purpose structured powerful language.
Features at a Glance:
• C is highly portable language .This means that a C program written for one system can be run on another system with little or no modifications.
• C's another striking feature is its ability to extend itself. We can add our own functions to the C library.
• Writing a C program with user defined makes program more simple and easy to understand .
• C - language has more data types (except boolean operators), operators and can take more variables than other languages.
• C - language is a structured programming language that is it has different modules and blocks .
• C - language is used to develop graphics software . 2D and 3D graphics are also implemented using C.
• The primary use of C Language is for " System programming " , including implementing operating systems and embedded system applications .
Comments
Post a Comment