History of C Language : Introduction to C Programming Language

Categories: C Programming language C language

History of C Language

 

Introduction to C Programming Language:

 

The history of C-language is interesting to know. The C-language is a general-purpose and procedural-oriented programming language. It is a structured and machine-independent programming language. It was developed by Dennis Ritchie in 1972 at the AT&T Bell Laboratories. It was developed along with the UNIX operating system, and is strongly linked with UNIX operating system. History of C language revolves around development as a system implementation language to write an operating system. In terms of the history of C language, its main features include low-level memory access as well as high-level memory access (so it is a middle-level programming language), a handy set of keywords, and a neat and clean style, these features make C programming language suitable for system programming. C supports a wide variety of built-in functions, standard libraries and header files. It follows a top-down approach. Many languages have derived syntax directly or indirectly from the C programming language. For example, C++ is closely a superset of the C language. Also, C programming language is very popular for system-level apps.

 

History of C Programming Language:

To learn about the history of C language, let's first start with its root and early developments. The root of all modern languages is ALGOL (Algorithmic Language). ALGOL was the first computer programming language to use a block structure, and it was introduced in 1960. In 1967, Martin Richards developed a language called BCPL (Basic Combined Programming Language). BCPL was derived from ALGOL. In 1970, Ken Thompson created a language using BCPL called B. Both BCPL and B programming languages were typeless. After that, C was developed using BCPL and B by Dennis Ritchie at the Bell lab in 1972. So, in terms of history of C language, it was used in mainly academic environments, but at long last with the release of many C compilers for commercial use and the increasing popularity of UNIX, it began to gain extensive support among professionals.

 

Early Implementations and Language Standard:

As discussed, in the history of C language, the development of C was intended to serve as the foundation for the creation of UNIX. By early 1973, the rudiments of ultramodern C had been completed, according to the Bell Labs report. The language and compiler were both powerful enough to rewrite the UNIX kernel in C for the PDP-11. Brian Kernighan and Dennis Ritchie published The C Programming Language in 1978, which served as a reference for the language until a formal standard was established in the history of C language. Between 1973 and 1980, the language evolved slightly: unsigned, long, union, and enumeration types were added to the type structure, and structures became practically first-class objects (lacking only a notation for literals). Its environment, as well as the technology that accompanied it, saw significant changes. In the summer of 1983, American National Standard Institute (ANSI) formed the X3J11 committee under the guidance of CBEMA with the purpose of establishing a C standard. At the end of 1989, X3J11 published its report [ANSI 89], which was later recognised by ISO as ISO/IEC 9899-1990.

 

The Problems of B Programming Language:

The B programming language has a different importance in the history of C language. As its shortcomings made C a more robust language. The BCPL and B languages were employed on word-addressed machines, and the sole data type in these languages, the 'cell,' was easily equated with the hardware machine word. The introduction of the PDP-11 uncovered various flaws in B's semantic model. First, its character-handling techniques, which were inherited from BCPL with few changes, were cumbersome. Second, by specifying special operators, floating-point operations were introduced to BCPL in Multics and GCOS compilers, but the process was only conceivable because a single word on the relevant machines was large enough to represent a floating-point integer; this was not the case on the 16-bit PDP-11. Finally, the B and BCPL models implied overhead when dealing with pointers: the language rules caused pointers to be represented as word indices by defining a pointer as an index in an array of words. A run-time scale conversion from the pointer to the byte address anticipated by the hardware was generated for each pointer reference.

 

Standardization of C:

In 1983, ANSI formed the X3J11 committee to standardise the C programming language. The Accredited Standards Committee X3 (ASC X3), Information Technology, was in charge of this endeavour, which led in ANSI X3.159-1989: Programming Language C being ratified on December 14, 1989 and published in the spring of 1990. With some new additions, this original standard unified existing practises. The standard stated in the ANSI X3.159-1989 document was known as ANSI C at the time in the history of C language, however it was quickly superseded when ISO/IEC 9899:1990 was established as an international standard, thanks to the efforts of ISO/IEC JTC 1. While this is where the name ISO C came from, the national and international standards are now known as C89 and C90, respectively.There have been several updates and corrigenda produced in the years since the ISO/IEC 9899 international standard was established. The current C programming language is defined by ISO/IEC 9899:2018 – Information technology – Programming languages – C, the fourth edition of the standard. C11 is the informal term given to the C language established by the 2011 edition of the standard. While neither this, nor the titles ANSI C and ISO C are ever expressly referenced in the standard text, their occasional usage underscores the significance of the hard work carried out by the standards community over the previous thirty years in unifying this programming language.

 

Top Blogs
C Functions ! What is a Function Published at:- Types of Function in C ! Library Function in C ! User Defined Function In C ! Function Definition Published at:- Functions that return multiple values -C Example Published at:- Functions with arguments and return values -C Examples Published at:- Functions with arguments and no return values. Published at:- Example of Function with no return type and no argument Published at:- Loops in C Published at:- Structure in C: Introduction Published at:- C Memory Management ! Dynamic memory allocation Published at:- Learn C Programming language with example Published at:- C Interview Questions And Answers Published at:- What values are printed when we run following? Published at:- C Program example: Input a number and print sum of its digits Published at:- Pointer declaration in C ,Address operator Published at:- C Language Interview Question and Answers Published at:- Benefits of C language over other programming languages Published at:- History of C Language : Introduction to C Programming Language Published at:- How does C Programming Language Work Published at:- Importance of C Programming Language Published at:- Input and Output Functions in C Published at:- Introduction to Implementation of Queue using Linked List Published at:- First C Program Published at:- Inception Of C Language Tutorial for Beginners Published at:- The C Compiler work in C language and its important Published at:- Program Structure with “Hello World” Example Published at:- C Programming Interview Questions Set 1 Published at:- C Programming Interview Questions Set 2 Published at:- C Programming Interview Questions Set 3 Published at:- C Programming Interview Questions Set 4 Published at:- C Programming Interview Questions Set 5 Published at:- C Programming Interview Questions Set 6 Published at:- C Programming Interview Questions Set 7 Published at:- C Programming Interview Questions Set 8 Published at:- C Programming Interview Questions Set 9 Published at:-
R4R.co.in Team
The content on R4R is created by expert teams.