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

float
No data type
int
Depends upon the type of the variable to which it is pointing.
unsigned int

ANSWER DOWNLOAD EXAMIANS APP