Q1 - which pointer require more space ?
Which pointer require more memory space int or character pointer ?
- Size of Pointer Variable does not depends upon data type
- Pointer variable only stores the address of the variable .
- Address of variable is of integer type
- So Size of Pointers variables of any type is 2 byte
