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
Explain what’s a signal? Explain what do I use signals for?
What are the different types of pointers used in c language?
Is it better to use a macro or a function?
What is a function simple definition?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
difference between native and cross compilers
Can the size of an array be declared at runtime?
Explain the priority queues?
In which layer of the network datastructure format change is done
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Explain what is operator promotion?
Explain what are the advantages and disadvantages of a heap?
develop algorithms to add polynomials (i) in one variable
What is the difference between malloc calloc and realloc in c?
Do you know what are bitwise shift operators in c programming?