Vidyalelo
C Programming · Q102

Pointer

Programming · C Programming · question 102

Q102

Is the below declaration legal? int* ((*x)())[2];

A.
True
B.
False
Answer
C.
Undefined behaviour
D.
Depends on the standard

Answer: Option B

Solution

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