How to implement call back functions ?

Answers were Sorted based on User's Feedback



How to implement call back functions ?..

Answer / singamsa

thru function pointer approach

Is This Answer Correct ?    6 Yes 0 No

How to implement call back functions ?..

Answer / priya

In computer programming, a callback is executable code that is passed as an argument to other code
Function Pointers provide the concept of callback functions.

Is This Answer Correct ?    1 Yes 0 No

How to implement call back functions ?..

Answer / ravikumar

pointer provide the call back function by using arguments

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

which is the best antivirus and how to update it

7 Answers   Infosys,


How can a number be converted to a string?

1 Answers  


What are the types of pointers in c?

0 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


What is the use of typedef in c?

0 Answers  






Tell me is null always defined as 0(zero)?

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

2 Answers   Drona Solutions, Infosys, Vodafone, Webyog,


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


What is a nested loop?

0 Answers  


Categories