Thursday 12 February 2015

IMPORTANCE OF C LANGUAGE


C language is a famous programming lang due to its qualities. Some qualities r:

(1)it is robust lang whose rich setup of built in functions and operator can be used to write any complex prog.
(2)prog written in c are efficient due to severals variety of data types and powerful operators.
(3)the c complier combines the capabilities of an assembly lang with the feature of hige level language. Therefore it is well suited for writing both system software and business package.
(4)there r only 32 keywords, severals standard functions r available which can be used for developing prog.
(5)c is portable lang , this means that c programes written for one computer system can be run on another system, with little or no modification.
(6)c lang is well suited for stuctured programming, this requires user to think of a problems in terms of function or modules or block. A collection of these modules make a program debugging and testing easier.
(7)c language has its ability to extend itself. A c program is basically a collection of functions that are supported by the c library. We can contuniously add our own functions to the library with the avaibility of the large number of functions.

In india and abroad mostly people use c programming lang becoz it is easy to learn and understand.

No comments:

Post a Comment

Tell Us What You've Got...