Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, March 11, 2015

Features of pointer

  1. It is more helpful or efficient in handling arrays.
  2. With the help of pointer, we return multiple values from the function using or via function arguments. This method is known as call by address.
  3. It allow the programmer to use dynamic memory allocation in C language.
  4. The complexity of the program can be reduced by the pointer.
  5. The time and space complexity of a program is also reduced with the help of pointer.

No comments:

Post a Comment