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 do dynamic memory allocation in C applications?
What are the advantages of Macro over function?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Are there constructors in c?
What is array within structure?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is dangling pointer in c?
What is the equivalent code of the following statement in WHILE LOOP format?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is c system32 taskhostw exe?
What are external variables in c?
Write a code to generate divisors of an integer?
Why is struct padding needed?
What is the difference between #include and #include 'file' ?
What is a keyword?