378 views

1 Answer

0 votes
0 votes
Here the expression int *(*q(char*))[] represents an array of pointer to integer where the array is given by -> a function q that takes a pointer to a character as argument and returns a pointer to the array

Related questions

0 votes
0 votes
1 answer
2
gparamesh.1997 asked Aug 8, 2018
376 views
If a graph with 10 vertices having each vertex having degree >=5 find graph connected or disconnected
0 votes
0 votes
2 answers
3
Dhwani asked Jun 29, 2017
507 views
void main(){show();}void show(){printf("gate");}a. gateb. Compiler error:"function definition of show not found"c. Compiler error:"type mismatch in re-declaration of show...
1 votes
1 votes
0 answers
4