Vidyalelo
C Programming · Q87

Pointer

Programming · C Programming · question 87

Q87

What makes the following declaration denote? char *str[5];

A.
str is an array of 5 element pointer to type char
Answer
B.
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