Answer Posted / venkat1435@yahoo.co.in
by using pointers
1)we can pass the function arguments to another function
2)it holds the address of another function
3)it acts as a call back function
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a pointer point to null?
How can I generate floating-point random numbers?
What are the types of arrays in c?
code for find determinent of amatrix
What are the complete rules for header file searching?
What is the use of volatile?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What are the advantages of using new operator as compared to the function malloc ()?
What is function pointer c?
What is string in c language?
What is an operator?
what is ur strangth & weekness
What is the newline escape sequence?
Is there a way to compare two structure variables?