Vidyalelo
C Programming · Q65

Pointer

Programming · C Programming · question 65

Q65

Which of the following statements are true? P. Pointer to Array Q. Multi-dimensional array

A.
P are static, Q are static
B.
P are static, Q are dynamic
C.
P are dynamic, Q are static
Answer
D.
P are dynamic, Q are dynamic

Answer: Option C

Solution

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