Introduction to C Programming Language

C Programming language is most popular for their powerful features, simple syntax and portability. Portability means c program written for one computer with particular processor can be executed on other computer with  different processor with little or no modification.C programming language is widely used in the operating system development. Also it makes other programs for computer work.

Due to the variety of available datatype and powerful operators in C. C program are more efficient and fast than the program written in BASIC.

C programming language is well suited for structured programming , thus requiring the user to think of a problem in terms of function modules or blocks. A proper collection of these modules would make a complete program.

There are following area where c programming language is used :
  • System Programming
  • Artificial Intelligence
  • Image Processing
  • Computer Graphics
  • Game Programming
  • Embedded System







0 comments:

Post a Comment