where can function pointers be used?

Answer Posted / vadivel t

Mostly fuction pointers are used in the situation, where
the callback fuctions are needed...

--
VEL

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1506


Explain what are compound statements?

595


Write a program to check whether a number is prime or not using c?

565


What's a good way to check for "close enough" floating-point equality?

615


What is chain pointer in c?

591






What is a method in c?

611


What are pointers?

621


Is javascript based on c?

585


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1302


Subtract Two Number Without Using Subtraction Operator

343


Explain how can a program be made to print the line number where an error occurs?

680


What is the acronym for ansi?

619


Write a program to print numbers from 1 to 100 without using loop in c?

624


what is uses of .net

1259


Explain what are header files and explain what are its uses in c programming?

619