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
What are the different types of pointers used in c language?
How can you determine the size of an allocated portion of memory?
What is echo in c programming?
What are loops c?
What is a void * in c?
How can I pad a string to a known length?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Can main () be called recursively?
What would be an example of a structure analogous to structure c?
which type of aspect you want from the student.
Can you please explain the difference between malloc() and calloc() function?
Explain what are multidimensional arrays?
What is the sizeof () a pointer?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if