A pointer which can store the address of any data type variable.
choose the correct answer:-
(1) void type
(2) dangaling pointer
(3) globel pointer
(4) none of these
Answers
Answered by
0
Answer:
int pointer
Explanation:
A Simple Example of Pointers in C
Important point to note is: The data type of pointer and the variable must match, an int pointer can hold the address of int variable, similarly a pointer declared with float data type can hold the address of a float variable
Similar questions