Answer Posted / sanjay bhosale
function pointer is simply a pointer which holds the address of the function so we can call that function by using pointer.
It is helpful in situations where we are required to pass the function pointer as parameter to some previously defined functions.
for e.g.
in comparison method we may pass function pointer for function which will compare 2 items/objects and help to comparison method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
`write a program to display the recomended action depends on a color of trafic light using nested if statments
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is #include conio h?
What is c basic?
What is printf () in c?
the question is that what you have been doing all these periods (one year gap)
Explain bit masking in c?
What is masking?
Do you know what are bitwise shift operators in c programming?
What is c programing language?
What oops means?
I have a varargs function which accepts a float parameter?
How are structure passing and returning implemented?
How is = symbol different from == symbol in c programming?