what is function pointer?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bin sh c?

773


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

860


Is that possible to store 32768 in an int data type variable?

866


What is 'bus error'?

848


What is "Hungarian Notation"?

832


What is the purpose of 'register' keyword?

878


What does do in c?

782


What is union in c?

835


What is volatile keyword in c?

768


What does sizeof function do?

849


Explain how can I remove the trailing spaces from a string?

798


What is the difference between malloc calloc and realloc in c?

875


Do pointers store the address of value or the actual value of a variable?

809


What is the difference between exit() and _exit() function in c?

812


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

2069