Answer Posted / nashiinformaticssolutions
Pointers to functions that allow dynamic invocation of functions. Example:
void (*funPtr)(int) = &printNumber;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In C language what is a 'dangling pointer'?
What is gets() function?
What are local static variables? How can you use them?
praagnovation
Write a factorial program using C.
Explain how do you view the path?
How can this be legal c?
Are global variables static in c?
Explain the properties of union. What is the size of a union variable
What are called c variables?
What is typeof in c?
What is the process to create increment and decrement stamen in c?
Why void is used in c?
How do I use strcmp?
What is restrict keyword in c?