recategorized
926 views
0 votes
0 votes

The following $'C'$ statement :

int * f[]()

declares :

  1. A function returning a pointer to an array of integers.
  2. Array of functions returning pointers to integers.
  3. A function returning an array of pointers to integers.
  4. An illegal statement.
recategorized

1 Answer

0 votes
0 votes

answer is C

here f is an array of integer pointers and return type of a function

int * f[] () as we can see that return type of function is an array of pointers i.e. f
 

Related questions

0 votes
0 votes
1 answer
1
makhdoom ghaya asked Sep 24, 2016
2,104 views
Given $i= 0, j = 1, k = - 1, x = 0.5, y = 0.0$ What is the output of given $‘C’$ expression?x * 3 & & 3 || j | k$-1$ $0$ $1$ $2$
4 votes
4 votes
4 answers
2
admin asked Mar 31, 2020
1,398 views
What is the meaning of following declaration?int(*p[7])();$p$ is pointer to function$p$ is pointer to such function which return type is array$p$ is array of pointer to f...
2 votes
2 votes
1 answer
3
makhdoom ghaya asked Sep 28, 2016
2,795 views
In Data mining, ______ is a method of incremental conceptual clustering.STRINGCOBWEBCORBAOLAD
1 votes
1 votes
1 answer
4
makhdoom ghaya asked Sep 28, 2016
2,400 views
Discovery of cross sales opportunities is called as _____.AssociationVisualizationCorrelationSegmentation