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
What is local and global variable in c?
What are structures and unions? State differencves between them.
What are runtime error?
Give the rules for variable declaration?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Can you please explain the difference between syntax vs logical error?
What are 'near' and 'far' pointers?
Why is it that not all header files are declared in every C program?
Write a program to print all permutations of a given string.
How many types of functions are there in c?
What is the difference between arrays and pointers?
What is the difference between c and python?
Define macros.
Which function in C can be used to append a string to another string?
What is hashing in c?