what is function pointer?

Answers were Sorted based on User's Feedback



what is function pointer? ..

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

what is function pointer? ..

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

Post New Answer

More C Interview Questions

Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


What is C++

4 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


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

7 Answers  


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++;

2 Answers   Google,


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


what do you mean by enumeration constant?

0 Answers  


Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?

1 Answers   Oracle,


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

0 Answers   HP,


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


what r the cpu registers r ther?

1 Answers  


Categories