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

What is c value paradox explain?

0 Answers  


What is c definition?

0 Answers  


What is a program flowchart and explain how does it help in writing a program?

0 Answers  


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,






How does #define work?

0 Answers  


Explain the red-black trees?

0 Answers  


List some applications of c programming language?

0 Answers  


what are the uses of structure?

7 Answers   HCL,


Explain what is wrong with this program statement?

0 Answers  


How is a pointer variable declared?

0 Answers  


What is the size of enum in bytes?

0 Answers  


Categories