what is the advantage of function pointer
Answer Posted / vels
Function pointers are used to call functions at runt time
instead of compile time .
| Is This Answer Correct ? | 55 Yes | 7 No |
Post New Answer View All Answers
What language is lisp written in?
What is difference between main and void main?
Why we use void main in c?
What is #include cctype?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is a stream?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Explain what is the use of a semicolon (;) at the end of every program statement?
Can we change the value of #define in c?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Can a void pointer point to a function?
How can you increase the size of a statically allocated array?
How can my program discover the complete pathname to the executable from which it was invoked?
If errno contains a nonzero number, is there an error?