Q87
What makes the following declaration denote? char *str[5];
A.
str is an array of 5 element pointer to type char
AnswerB.
str is a pointer to an array of 5 elements
C.
str is a function pointer of 5 elements returning char
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board