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
What are structure types in C?
What is a nested formula?
Is main an identifier in c?
What are global variables and explain how do you declare them?
Explain what is a 'locale'?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Why is c still so popular?
how to build a exercise findig min number of e heap with list imlemented?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Add Two Numbers Without Using the Addition Operator
How to write a multi-statement macro?
How does pointer work in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What are the modifiers available in c programming language?
Explain threaded binary trees?