Why C language used

Influences C Programming Language

The question is very simple before learning the C. That is why we learn C?
  1. C is very simple, small and fast.
  2. C is a programming language which has only 32 words with them you can build your own programming code.
  3. Compare to other programming languages the c program executes very fast.
  4. The most popular languages derived from C Programming such as C++, Java, C#(C sharp), PHP, Objective-C, Go lang, Python and many more. So if you want to learn those languages the C provide the basic foundation.
  5. The most popular operating systems such as Windows, Unix, Linux build with C.
  6. So sometimes people say that C is very old and now it is not used. Then I have to say, it is not the truth.
  7. Gaming environments are also written in C. More correctly we can say it has an indirect relationship with C.
  8. C programming offers better interaction with hardware.
Previous Back to C Programming index Next

Comments

Popular posts from this blog

Arrays in C Language

Variable Naming & Scope of Variable

Inline V/S Block Level Element

Variables in Go lang

Identifiers

String in golang

Identify Variable type and values in go lang

Decision Making in Go lang

Installing go lang

Sum of two numbers in go lang