Examveda
Examveda

What is the base data type of a pointer variable by which the memory would be allocated to it?

A. int

B. float

C. No data type

D. Depends upon the type of the variable to which it is pointing.

E. unsigned int

Answer: Option E


This Question Belongs to C Program >> Pointer

Join The Discussion

Comments ( 1 )

  1. Assi At
    Assi At :
    6 years ago

    pointer holds address so can not be float, char and not even negative.

Related Questions on Pointer