what is function pointer?
Answers were Sorted based on User's Feedback
Answer / preethi v
function pointer will store the address of a specific function
for eg:int (*p) ()
p is a function pointer will store the address of one function at a time.
Is This Answer Correct ? | 19 Yes | 1 No |
Answer / sathish
we can able to give function as a argument into a function
by using function pointer
Is This Answer Correct ? | 0 Yes | 0 No |
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
What is C++
How can I open files mentioned on the command line, and parse option flags?
What is the difference between strcpy() and memcpy() function in c programming?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
what do you mean by enumeration constant?
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Why does everyone say not to use scanf? What should I use instead?
what r the cpu registers r ther?