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
explain what is fifo?
What is the code for 3 questions and answer check in VisualBasic.Net?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Write a Program to find whether the given number or string is palindrome.
What is the general form of a C program?
How can this be legal c?
How arrays can be passed to a user defined function
Is null always defined as 0(zero)?
Do you have any idea how to compare array with pointer in c?
What's the best way of making my program efficient?
I have a varargs function which accepts a float parameter?
Can you assign a different address to an array tag?
Difference between malloc() and calloc() function?
what do the 'c' and 'v' in argc and argv stand for?
What is the use of a semicolon (;) at the end of every program statement?