Vidyalelo
C Programming · Q54

Pointer

Programming · C Programming · question 54

Q54

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

Answer: Option E

Solution

Answer: Option E
No explanation is given for this question Let's Discuss on Board