Q1 - which pointer require more space ?

Which pointer require more memory space int or character pointer ?


  1. Size of  Pointer Variable does not depends upon data type
  2. Pointer variable only stores the address of the variable .
  3. Address of variable is of integer type
  4. So Size of Pointers variables of any type is 2 byte

Bookmark & Share