Thursday 9 February 2017

C Language Info


C is a programming language developed at Bell Laboratories, US , in the year 1972 by Dennis Ritchie. C is an extremely popular language because it is simple, efficient, and reliable .C is considered to be a middle-level language since it has the feathures of both low-level language and high-level language. HLL have a number of built-in features and facilition which result in high programming efficiency and productive by LLL, on the other hand , are designed to give more effient programs and better machine efficiency.
Why is C Language Popular ?
(i) C is a machine independent and highly portable language.
(ii) It is easy to learn, has only 28 keywords.
(iii) It has a comprehensive set of operators to tackle business as well as scientific applicaitons with ease.
(iv) User can create their own functions and add to c library to perform a variety of tasks.

Labels: