10 interesting facts about C language

10 interesting facts about C language

March 22, 2022
2 min read
8564 views
0

C is a general-purpose, imperative programming language. It was designed and written by Dennis Ritchie. Every programmer knows the basic syntax of C language. It is one of the most widely used programming languages of all time, and it's compilers are available for the majority of computer architectures and operating systems. The reason behind its huge popularity, there have some interesting facts. In this geek story we are going to discuss about them. So, let's start-

  1. The C language is not called C at the beginning. It evolves from ALGO. Evolution of C language: ALGO -> BCPL -> B -> Tradition C -> K&R C -> ANSI C -> ANSI/ISO C -> C99.
  2. C is the only language that exists for the longest period of time in the computer programming history.
  3. C language developed by the legend Dennis Ritchie at AT&T Bell laboratory of USA in 1972.
  4. C is a very powerful language that has features of both high level & low level language.
  5. C language is seen as the first high-level language in computer programming.
  6. ANSI is the published standards for C language.
  7. In C, identifier must be less than or equal to 32 characters.
  8. There have 32 keywords in C-89 & C-99 added more 5 keywords.
  9. C support 45 operators & they are categorized into 8 groups.
  10. Kernel of a most popular operating system Linux is written in C.
Was this article helpful?Vote to let the author know
0
Share this article

Loading comments...

Related Articles

How to Connect a Headless CMS to Your React App

How to Connect a Headless CMS to Your React App

React remains the most-used JavaScript framework, with the State of JS 2025 survey putting adoption at 83.6%. A growing share of that base pairs React with a react js cms rather than hardcoding content.

118 views
Read More
Read full article: How to Connect a Headless CMS to Your React App