318) Consider the declarations:
char first (int(*)(char,float));
int second(char,float);
Which of the following function invocation is valid?
Answer is: