Answer Posted / aravind
To pass the actual arguments by address instead by calling
by reference in function.
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
Explain what is the best way to comment out a section of code that contains comments?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Tell me with an example the self-referential structure?
What is the purpose of type declarations?
What are the advantages of using Unions?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Differentiate between declaring a variable and defining a variable?
show how link list can be used to repersent the following polynomial i) 5x+2
Why is c platform dependent?
What is far pointer in c?
What are the keywords in c?
Explain how can I avoid the abort, retry, fail messages?
Explain how can I manipulate strings of multibyte characters?
Explain the difference between call by value and call by reference in c language?
Explain about the functions strcat() and strcmp()?