C was developed in the early 1970s by Dennis Ritchie at Bell Laboratories as a successor to B and BCPL. It combined features from these languages as well as ALGOL and added data typing. C was developed alongside UNIX and was used to write the UNIX operating system. While initially used mainly in academia, the release of C compilers for commercial use and the rising popularity of UNIX led to widespread adoption of C among computer professionals. It became one of the most popular languages due to being structured, machine-independent, and allowing developers to write programs without worrying about hardware platforms.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
59 views1 page
History of C' Language
C was developed in the early 1970s by Dennis Ritchie at Bell Laboratories as a successor to B and BCPL. It combined features from these languages as well as ALGOL and added data typing. C was developed alongside UNIX and was used to write the UNIX operating system. While initially used mainly in academia, the release of C compilers for commercial use and the rising popularity of UNIX led to widespread adoption of C among computer professionals. It became one of the most popular languages due to being structured, machine-independent, and allowing developers to write programs without worrying about hardware platforms.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
1.
History of ‘C’ Language
'C' appears a strange name for a programming language. But this odd sounding language is one of the most popular computer languages today because it is a structured, high-level, machine independent language. It allows software developers to develop programs without worrying about the hardware platforms where they will be implemented. The root of all modern languages is ALGOL, introduced in the early 1960s. ALGOL was the first computer language to use a block structure. Although it never became popular in USA, it was widely used in Europe. ALGOL gave the concept of structured programming to the computer science community. Computer scientists like Corrado Bohm, Guiseppe Jacopini and Edsger Dijkstra popularized this concept during 1960s. In 1967, Martin Richards developed a language called BCPL (Basic Combined Programming Language) primarily for writing system software. In 1970, Ken Thompson created a language using many features of BCPL and called it simply B. B was used to create early versions of UNIX operating system at Bell Laboratories. Both BCPL and B were "typeless" system programming languages. C was evolved from ALGOL, BCPL and B by Dennis Ritchie at the Bell Laboratories in 1972. C uses many concepts from these languages and added the concept of data types and other powerful features. Since it was developed along with the UNIX operating system, it is strongly associated with UNIX. This operating system, which was also developed at Bell Laboratories, was coded almost entirely in C. UNIX is one of the most popular network operating systems in use today and the heart of the Internet data superhighway. For many years, C was used mainly in academic environments, but eventually with the release of many C compilers for commercial use and the increasing popularity of UNIX, it began to gain widespread support among computer professionals. Today, C is running under a variety of operating system and hardware platforms. The rapid growth of C led to the development of different versions of the language that were similar but often incompatible. This posed a serious problem for system developers. To