× Home Why to learn C? Why C is so fast?
Next Lec → ← Previous Lec

Why Learn C Programming Language?

Why C is so fast?

What are the things that are build in C

  • Linux operating system, Windows OS, Mac OS
  • MySQL database
  • Ruby and Pearl programming languages
  • First compiler of Java
  • Apache and NGINX (related to web servers [to surf websites])

Reason? Because C is the lowest level portable language means - that with C we have so much controls that we can reach to CPU instructions

More lowest language than C is assembly language but in assembly language coding is very difficult

Some keywords that you will learn later CPU instructionsCPU cycles

Some python libraries are written in C, So C is used to support other programming languages so that they run faster.

If you know C programming than C++ will be very easy.

The one who does competitive programming they also use C or C++

C programming is used where we need to squeeze our performence more or want more performance out of our programs in less time and with high accuracy.