Vidyalelo
C Programming · Q62

Pointer

Programming · C Programming · question 62

Q62

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
Answer
D.
All of the mentioned

Answer: Option C

Solution

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