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
How do you list files in a directory?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is the purpose of realloc()?
What are linked lists in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Explain spaghetti programming?
What is a MAC Address?
When c language was developed?
Why does everyone say not to use scanf? What should I use instead?
Are pointers integer?
How is null defined in c?
Explain why C language is procedural?
What is 2 d array in c?
Write a program to swap two numbers without using third variable?
What is the deal on sprintf_s return value?