Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tuesday, March 10, 2015

Features of C Language

  • C language is a middle level language. It has the features of both high and low level language.
  • The programs written in C language is fast and efficient because C language has the variety of data types and powerful operators.
  • C Programs are portable so they can be run on any computer with little or no modification
  • C language provides the variety of data types and functions.
  • It is also provide the control structures like as looping , if –else etc.
  • C language support pointers.
  • C language has only 32 keywords.
  • It supports modular programming in which problem can be split into modules.
  • C Language has a feature of manipulating data using bits. It is achieved by using bitwise operators.


No comments:

Post a Comment