What are function pointers? Provide an example.
Answer / nashiinformaticssolutions
Pointers to functions that allow dynamic invocation of functions. Example:
void (*funPtr)(int) = &printNumber;
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is event driven programming or procedural programming, better within specific scenario?
what is different between auto and local static? why should we use local static?
What is a Deque?
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
Why is extern used in c?
What is s in c?
Explain how do you list files in a directory?
How can I get back to the interactive keyboard if stdin is redirected?
What are the string functions? List some string functions available in c.
diff. between *p and **p
What are type modifiers in c?