How to implement call back functions ?

Answer Posted / singamsa

thru function pointer approach

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain main function in c?

614


What is time null in c?

572


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2645


What is the most efficient way to count the number of bits which are set in an integer?

578


what do you mean by enumeration constant?

588






What is the purpose of & in scanf?

586


Explain what standard functions are available to manipulate strings?

603


What is the difference between formatted&unformatted i/o functions?

604


Write a code to remove duplicates in a string.

621


Is exit(status) truly equivalent to returning the same status from main?

576


What is a wrapper function in c?

571


What is sorting in c plus plus?

557


how many key words availabel in c a) 28 b) 31 c) 32

627


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

666


What is the difference between ++a and a++?

680