' C' seems to be a strange name for a programming language. But this strange sound language is one of the most popular computer languages today because it is a structured, advanced, machine-independent language. It allows software developers to develop programs without worrying about the hardware platform that will implement them. The root of all modern languages is ALGOL, which was introduced in the early 1960s. C evolved from ALGOL, BCPL and B by Dennis Ritchie of Bell Labs in 1972.
C uses many of these concepts and adds concepts for data types and other powerful features. Because it was developed with the UNIX operating system, it is closely related to UNIX. In the 1970s, C had developed the so-called traditional C'. To ensure that the C language remains standard, in 1983, the American National Standards Institute [ANSI] appointed a technical committee to define standards for C. The committee approved the C version in December 1989 and is now called ANSI C. It was then approved by the International Organization for Standardization [ISO] in 1990. This version of C is also known as C89.
The growing popularity of C may be due to its many desirable qualities. It is a powerful language that can be used to write any complex program using rich built-in functions and operators. The C compiler combines the power of assembly language with the power of high-level languages, making it ideal for writing system software and business packages. Many C compilers on the market are written in C. Programs written in C are both efficient and fast. This is due to its various data types and powerful operators. C is very portable. This means that a C program written for one computer can be run on another computer with only a few modifications. Portability is very important if we plan to use a new computer with a different operating system. The C language is well suited for structured programming, so users are asked to consider the problem based on functional modules or blocks.
Collecting these modules correctly will be a complete plan. This modular structure makes program debugging, testing and maintenance easier. Another important feature of C is its ability to extend itself. The AC program is basically a collection of functions supported by the C library. We can continue to add our own functions to the C library. With the availability of a large number of features, programming tasks become simple. I know that most people don't get a good tutorial on C programming. I think you can get the best C programming tutorials and the largest source code collection at http://www.thecodehunt.com, which is a well organized website, especially for novices.
Orignal From: The importance of C programming
No comments:
Post a Comment