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
Write a program of advanced Fibonacci series.
What is optimization in c?
Describe wild pointers in c?
What is dynamic variable in c?
What is the difference between fread buffer() and fwrite buffer()?
What is bss in c?
Which is more efficient, a switch statement or an if else chain?
What is scanf () in c?
What is the c value paradox and how is it explained?
What are register variables in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is the use of getchar() function?
What is output redirection?
What is the concatenation operator?