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
What is the difference between a function and a method in c?
What is the difference between c and python?
What is an arrays?
What is the function of multilevel pointer in c?
Explain what does the format %10.2 mean when included in a printf statement?
what is different between auto and local static? why should we use local static?
What is the use of putchar function?
Explain the difference between call by value and call by reference in c language?
How do you write a program which produces its own source code as output?
What are the different properties of variable number of arguments?
How is actual parameter different from the formal parameter?
can any one provide me the notes of data structure for ignou cs-62 paper
What header files do I need in order to define the standard library functions I use?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is wrong with this program statement? void = 10;