Interpret the given declaration

char ( * ( f ( )) [

Loading

โœช Choose the correct option.

Interpret the given declaration

char ( * ( f ( )) [ ])()

A. f is a pointer to function returning char
B. f is a pointer to an array of function returning a char
C. Invalid declaration
D. f is a function returning pointer to array[] of pointer to function returning char)

Leave a Comment