About C Programming Language

C Programming Language :   

    What is C ?

  • C is a Computer Programming Language.
  • C was originally developed by Dennis Ritchie between 1972 and 1973 at Bell Labs.
  • Dennis Ritchie

  • The C programming language is a popular and widely used programming language for creating computer programs.
  • C is what is called a compiled language. This means that once you write your C program, you must run it through a C compiler to turn your program into an executable that the computer can run (execute)
    .

    Why C Programming?

  • C is the mother of all programming languages and it is written in very simple and effective way.
  • C is the best programming language today is still the fact that it simply powers everything. From your phone to your Wifi, no other language provides the level of hardware interaction with the practicality of a concise and expressive syntax.
    Sample C Program
  • It is easier than Assembler language, much easier than Machine code and allows almost identical performance (with today’s good compilers).
  • All other modern  programming languages borrowed heavily from C.

    Where C Programming is Used ?

  1. C is used to develop standalone Applications.
  2. C is widely used for system programming in implementing operating systems like Unix,Linux,Windows,even MacOS and Android etc.
  3. C directly or indirectly influencing development of many languages including C++ which is C with classes, C#, Java, JavaScript, Perl, UNIX’s C Shell, PHP and Python.
  4. C including direct access to machine level hardware APIs, make C language an optimum choice for scripting applications and drivers of embedded systems like Arduino, Raspberry pi etc.
  5. C language has been used in the development of a variety of graphics and gaming applications, such as chess, bouncing ball, archery etc.

Comments

Post a Comment

Popular posts from this blog

Computer Programming Lanugage-Basics

Java Programming Language