Examveda
Examveda

Which of the following operation is possible using a pointer char? (Assuming the declaration is char *a;)

A. Input via %s

B. Generation of the multidimensional array

C. Changing address to point at another location

D. All of the mentioned

Answer: Option C


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer