what is the advantage of function pointer
Answer Posted / maskfriend
function of pointer is more useful for use of large
function argument.it creats less complecty in function
argument.
| Is This Answer Correct ? | 29 Yes | 10 No |
Post New Answer View All Answers
Write a program to show the change in position of a cursor using c
Why is C language being considered a middle level language?
What is c language used for?
What is the size of enum in bytes?
what type of questions arrive in interview over c programming?
How would you obtain the current time and difference between two times?
Why ca not I do something like this?
How are portions of a program disabled in demo versions?
Is there sort function in c?
What are the types of pointers?
Is it possible to pass an entire structure to functions?
Why clrscr is used in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
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
Explain about the constants which help in debugging?