Answer Posted / hrpynux@gmail.com
The call by reference method of passing arguments to a function copies the address of an argument into the formal parameter. ... It means the changes made to the parameter affect the passed argument. To pass a value by reference, argument pointers are passed to the functions just like any other value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I access an I o board directly?
diff between exptected result and requirement?
What is variable and explain rules to declare variable in c?
How can you restore a redirected standard stream?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Explain how do you list files in a directory?
Explain how do you print an address?
Tell me about low level programming languages.
What is difference between array and structure in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
List some basic data types in c?
Why C language is a procedural language?
What is struct node in c?
c program to compute AREA under integral
Explain what is page thrashing?