About C

C is a general-purpose, computer programming language that is procedural supporting structured programming, has lexical variable scope, and recursion, with a static type system. It has found lasting use in applications previously coded in assembly language. Such applications include operating systems and various application software for computer architectures that range from supercomputers to PLC system and embedded systems.


A successor to the programming language B, C was originally developed at Bell Labs by Dennis Ritchie between 1972 and 1973 to construct utilities running on Unix. It has become one of the most widely used programming languages, with C compilers from various vendors available for the majority of existing computer architectures and operating systems. 

 

C is an imperative procedural language. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant C program written with portability in mind can be compiled for a wide variety of computer platforms and operating systems with few changes to its source code.


This language is the most basic and easiest one to understand and is one of the first choices for anyone who wants to build a grip over programming. Specially, one who is studying in schools or colleges.

Comments