Skip to main content

Posts

Showing posts from May 24, 2014

Basic Meaning Full Information About C-Language

Importance of C: C is a general purpose, structured programming language. C is  robust language  whose rich set of built in function and operators can be used to write any complex program. C has the ability to write very concise source programs. Mainly because it has a large number of operators a small set of instructions and extensive library functions. It’s well suited for writing both system software and business packages. Program written in C are  efficient and fast . This is due to its variety of data types and powerful operators. C is highly  portable  because C program written for one computer can be run on another with little or no modification. C language is  well suited for structured programming . This modular structure makes program debugging, testing and maintenance easier. Another importance feature of c is its ability  to extend itself . We can continuously add our own function to the c library. C compiler is commonly available for all types of computer havi