Answered Questions

  • What is the size of a pointer variable?

    Narmadha

    • Aug 23rd, 2012

    The size of pointer variable depends on the processor architecture that is 32-bit or 64-bit.It may vary according to compiler we are used.

    Arpita Mishra

    • Aug 4th, 2012

    The size of a pointer variable is 2 bytes which is the size of unsigned integer as pointer variables are always used to store addresses.