Answer Posted / guest
x is a pointer to an array of function which takes no
arguments and returns int
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is .obj file in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Tell me when is a void pointer used?
What are the loops in c?
Explain about block scope in c?
How does #define work?
What is an lvalue in c?
Is exit(status) truly equivalent to returning the same status from main?
Explain main function in c?
Is there a way to compare two structure variables?
Is null valid for pointers to functions?
What type is sizeof?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why is c used in embedded systems?
What is getch c?