C is a general purpose programming language developed in 1972 by Dennis Ritchie at Bell Laboratories to write operating system software. It is widely used due to its simplicity, reliability, power and ease of use. C combines the power of assembly language and high-level language, making it well-suited for system software and applications. It is also portable, with programs written for one system able to run on another with little modification. C uses a procedural approach where programs are collections of functions that perform tasks in a top-down manner based on the flow of the program.
Related topics: