Examveda
Examveda

In C, how do you declare a pointer variable that can store the address of an integer?

A. int *ptr;

B. ptr int;

C. int ptr;

D. ptr *int;

Answer: Option A


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer