How do you initialize function pointers? Give an example?
Answer Posted / vadivel t
Sorry the above function pointer declaration should be like
this
(*pfunc)(int, int);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is the difference between text and binary modes?
Explain why c is faster than c++?
What is self-referential structure in c programming?
How can I manipulate individual bits?
Describe the header file and its usage in c programming?
Are pointers integers in c?
Can you write the function prototype, definition and mention the other requirements.
What are directives in c?
What is #pragma statements?
What does c mean in basketball?
Are c and c++ the same?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is pragma in c?