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 |
Write a program to find the smallest and largest element in a given array in c language
What are different types of variables in c?
How we can write a value to an address using macro..?
Can the size of an array be declared at runtime?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
How can I make sure that my program is the only one accessing a file?
Write a program to exchange two variaables without temp
How do you generate random numbers in C?
What is the use of the function in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Mention four important string handling functions in c languages .