Smile

Thursday, April 28, 2011

Features of C programming

  • n‘C’ is structured programming language with fundamental flow controlled construction.
  • n‘C’ is a simple and versatile language.
  • n Programs written in ‘C’ are efficient and fast.
  • n‘C’ has only 32 keywords.
  • n‘C’ has rich set of operators.
  • n‘C’ permits all data conversions and mixed mode operations.
  • nDynamic memory allocations is possible with ‘C’.
  • n‘C’ easily manipulates with bytes, bits and addresses
  • nExtensive varieties of data types such and arrays, pointers, structures, unions and registers are available.
  • ‘C’ improves by itself several built-in-functions and standard functions are available.
  • nRecursive function calls for algorithm approach is possible with ‘C’.
  • n‘C’ compiler combines probabilities of an assembly level language with features of high level language. So, it is called as middle level language.

No comments:

Post a Comment