what is the advantage of function pointer

Answer Posted / satty

Functional pointer are more readable and executed run time

Is This Answer Correct ?    43 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to execute a program using if else condition and the output should enter number and the number is odd only...

1794


What is the correct code to have following output in c using nested for loop?

701


What does %d do in c?

653


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

726


Not all reserved words are written in lowercase. TRUE or FALSE?

861






Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

775


What is storage class?

760


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

758


What is a buffer in c?

683


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

729


How can I delete a file?

725


string reverse using recursion

1931


Can include files be nested? How many levels deep can include files be nested?

753


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1716


Is c dynamically typed?

787