Introduction of C Language

Hello Friends,
Here we will know some basics of C Language.

So let's Start......
C Programming

C is a powerful general-purpose programming language. It is fast, portable and available in all platforms.

If you are new to programming, C is a good choice to start your programming journey.

C is a procedural programming language. It was initially developed by Dennis Ritchie in the year 1972. It was mainly developed as a system programming language to write an operating system. The main features of C language include low-level access to memory, a simple set of keywords, and clean style, these features make C language suitable for system programmings like an operating system or compiler development.

Many later languages have borrowed syntax/features directly or indirectly from C language. Like syntax of Java, PHP, JavaScript, and many other languages are mainly based on C language. C++ is nearly a superset of C language (There are few programs that may compile in C, but not in C++).


THANK YOU

       ðŸ˜Š Education is the most       powerful weapon which you           use to change the world.😊

Comments

Post a Comment

Popular posts from this blog

Constant in C

Computer generation