what is the advantage of function pointer
Answer Posted / ajay
TO implement call back functions.......
| Is This Answer Correct ? | 34 Yes | 8 No |
Post New Answer View All Answers
With the help of using classes, write a program to add two numbers.
Explain c preprocessor?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Explain the difference between strcpy() and memcpy() function?
Between macros and functions,which is better to use and why?
Why static variable is used in c?
What is difference between union and structure in c?
In c language can we compile a program without main() function?
what does static variable mean?
What is the correct declaration of main?
How to explain the final year project as a fresher please answer with sample project
Explain what does the function toupper() do?
Write a program to find the biggest number of three numbers in c?
What do you mean by scope of a variable in c?
Is swift based on c?