Day 7 💻


Let’s continue learning programming languages And know each language’s tutorial ,Today’s language is C

What is C?

C is a general-purpose programming language created by Dennis Ritchie at the Bell Laboratories in 1972.

It is a very popular language, despite being old. The main reason for its popularity is because it is a fundamental language in the field of computer science.

C is strongly associated with UNIX, as it was developed to write the UNIX operating system.

Why Learn C?

  1. It is one of the most popular programming languages in the world
  2. If you know C, you will have no problem learning other popular programming languages such as Java, Python, C++, C#, etc, as the syntax is similar
  3. C is very fast, compared to other programming languages, like Java and Python
  4. C is very versatile; it can be used in both applications and technologies

Difference between C and C++

  1. C++ was developed as an extension of C, and both languages have almost the same syntax
  2. The main difference between C and C++ is that C++ support classes and objects, while C does not


Comments

Popular posts from this blog

Day 2 Talking about computer science 💻

Day 5💻

Day 12 “C comments”