Answer Posted / vadivel t
Mostly fuction pointers are used in the situation, where
the callback fuctions are needed...
--
VEL
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you initialize pointer variables?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
write a program to print largest number of each row of a 2D array
What is meant by operator precedence?
What is the use of a static variable in c?
#include
Is that possible to add pointers to each other?
What is typedef example?
Explain which function in c can be used to append a string to another string?
Why double pointer is used in c?
What are the data types present in c?
Tell me when is a void pointer used?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is the main difference between calloc () and malloc ()?
What is call by reference in functions?