336) Consider the declarations
char first (int (*) (char, float)) ;
int second(char, float);
Which of the following function invocation is valid?
Answer is:
first (second);
Related C Programming MCQ with Answers
Answer is:
int (*q (char*) )[ ]
Answer is: