what is the advantage of function pointer
Answer Posted / chikani sagar
TO implement call back functions......It is more efficient.
code complexity will be redused.....
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are types of structure?
Whats s or c mean?
What is wrong with this initialization?
what is the format specifier for printing a pointer value?
Is exit(status) truly equivalent to returning the same status from main?
What does int main () mean?
What is 02d in c?
What is a shell structure examples?
What is a constant?
What is the benefit of using const for declaring constants?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
what is event driven software and what is procedural driven software?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
How can I convert a number to a string?
What is break in c?