What is function pointer and where we will use it
Answers were Sorted based on User's Feedback
Answer / raghanna
A function pointer is a variable that stores the address of a function that can later be called through that function pointer. This is useful because functions encapsulate behavior. For instance, every time you need a particular behavior such as drawing a line, instead of writing out a bunch of code, all you need to do is call the function.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bsreddi
A function pointer is a type of pointer in C, C++ and other
C-like programming languages. When dereferenced, a function
pointer invokes a function, passing it zero or more
arguments just like a normal function. In programming
languages like C, function pointers can be used to simplify
code, such as replacing large switch statements.
| Is This Answer Correct ? | 5 Yes | 5 No |
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
What are the types of pointers in c?
How can you print HELLO WORLD without using "semicolon"?
What are c header files?
List out few of the applications that make use of Multilinked Structures?
hi how to convert program from notepad to turboc editor can u please help me
give one ip, find out which contry
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
What is the difference between printf and scanf in c?
What are the 4 data types?
Is it possible to run using programming C for Java Application?
ATM machine and railway reservation class/object diagram