When would you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
What are header files in c?
why we shiuld use main keyword in C
differentiate built-in functions and user – defined functions.
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
1 232 34543 4567654 can anyone tell me how to slove this c question
which is an algorithm for sorting in a growing Lexicographic order
write a program of palindrome(madam=madam) using pointer?
What is the difference between exit() and _exit() function in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Explain how can I convert a string to a number?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Explain how can you avoid including a header more than once?