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
What is the purpose of 'register' keyword?
What does the error 'Null Pointer Assignment' mean and what causes this error?
How many bytes is a struct in c?
What do you mean by command line argument?
what will be maximum number of comparisons when number of elements are given?
What are the parts of c program?
What is unsigned int in c?
What is function prototype in c language?
What are the different types of errors?
Why do we use int main?
Is a house a shell structure?
Are the variables argc and argv are always local to main?
What are dangling pointers? How are dangling pointers different from memory leaks?
Why do we use header files in c?
Can one function call another?