edited by
399 views
1 votes
1 votes

What does the following $\text{C}$-statement declare?

int (*f) (int * );
  1. A function that takes an integer pointer as argument and returns an integer.

  2. A function that takes an integer as argument and returns an integer pointer.

  3. A pointer to a function that takes an integer pointer as argument and returns an integer.

  4. A function that takes an integer pointer as argument and returns a function pointer.

edited by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
4
soujanyareddy13 asked Apr 12, 2022
896 views
Match the following:$$\begin{array} {ll} \qquad \quad\textbf{List-I} & \qquad \quad \textbf{List-II} \\ \text{(P) Condition coverage} & \text{(1) Black-box testing} \\ \t...