C Language -


C
 is a simple programming language that we should learn when we start our programming career.
See
 an introduction to the C language -

C
 was developed in 1972 at Bell Laboratories in the United States.
Created
 by Dennis Ritchie.
He
 named his newly created language C because there was already a B programming language.
C
 was first used in DEC PDP-ll computers.
It
 is a high-level programming language with elements similar to algebraic expressions, including some English words.
When
 written, a C program is compiled before being executed by the C compiler.

As
 we all know, C is a high-level programming language and high-level programming languages ​​are close to our human languages.
There
 are some very low-level languages, called machine languages, that computers directly understand and process.

The
 main question that comes to our mind is why C, an old language, is so popular among users?

Although
 C is a very old language, it has gained popularity in modern times and is now widely used in the development of different programs. Let's look at the features of
C-

1.
 First of all, C is a high-level language and we learned the importance of high-level languages.

2.
 C has a rich library. It has its own library that contains most of the arithmetic and script functions predefined.

3.
 One of the most important features is that C is a language.

4.
 C is known for its speed.

5.
 C language is a plugin language.

6.
 C language has its own recursive feature which means we do not need to write functions many times and this saves us a lot of time and work.

7.
 C has some additional features that allow it to be used at a lower level as a bridge between machine languages ​​and higher-level languages.

8.
 Another important feature of C is that its programs are very portable.

C
 language is a very interesting language, it has many strengths and many features. We will cover this in our next article while learning the C language.

We will have a look on number system also in the upcoming posts.

Thank you for reading this post and be updated with us. Soon we will be releasing part 2 of this C programming. I hope it would be helpful to you and we will try to make this course even more interesting with upcoming videos on YouTube and practicals also.