what is the advantage of function pointer
Answer Posted / prakash
Function pointers are very useful to send the function as a
parameter to the another function.so,execution time will be
saved.code complexity will be redused
| Is This Answer Correct ? | 42 Yes | 7 No |
Post New Answer View All Answers
What are pointers? What are stacks and queues?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What are the two types of functions in c?
How many levels of pointers can you have?
What are the key features in c programming language?
How do you convert strings to numbers in C?
Why header file is used in c?
What is a MAC Address?
Is it possible to pass an entire structure to functions?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Is c high or low level?
What is this pointer in c plus plus?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Write a C program to count the number of email on text
What is a keyword?