Tell me when would you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to arrange the contents of a 1D array in ascending order
Explain what is operator promotion?
Why do we use static in c?
What is the use of ?: Operator?
Without using main fn and semicolon,print remainder for a given number in C language
Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?
When can you use a pointer with a function?
shorting algorithmS
what does data structure mean?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
What are called c variables?
What does calloc stand for?