ISRO exam 2017 – Question 55 with Solution
In this video we are going to discuss another question which was asked in the exam of ISRO
Q.55 What does the following C-statement declare? int (*f) (int*);
- A function that takes an integer pointer as argument and returns an integer
- A function that takes an integer as argument and returns an integer pointer
- A pointer to a function that takes an integer pointer as argument and returns an integer
- A function that takes an integer pointer as argument and returns a function pointer