Why Use C Programming Language ?

C has been used successfully for every type of programming problem imaginable from operating systems to spreadsheets to expert systems - and efficient compilers are available for machines ranging in power from the Apple Macintosh to the Cray supercomputers. The largest measure of C's success seems to be based on purely practical considerations:


  1. the portability of the compiler;
  2. the standard library concept;
  3. a powerful and varied repertoire of operators;
  4. an elegant syntax;
  5. ready access to the hardware when needed;
  6. and the ease with which applications can be optimised by hand-coding isolated procedures

C is often called a "Middle Level" programming language. This is not a reflection on its lack of programming power but more a reflection on its capability to access the system's low level functions. Most high-level languages (e.g. Fortran) provides everything the programmer might want to do already built into the language. A low level language (e.g. assembler) provides nothing other than access to the machines basic instruction set. A middle level language, such as C, probably doesn't supply all the constructs found in high-languages - but it provides you with all the building blocks that you will need to produce the results you want!


How to define your level on a specific topic?


- Beginner: No knowledge at all of the topic,

- Basic: A very basic knowledge of the topic but no professional usage,

- Intermediate: A basic knowledge of the topic but no regular professional usage,

- Advanced: A good knowledge of the topic and a regular professional usage,

- Expert: a perfect knowledge of the topic and a daily professional usage.


Learn More :