what is the differance between pass by reference and pass
by value.
Answer Posted / kiran
In Pass-by-value, changes made in the formal parameters will not reflect in actual parameters and vice-versa. Where as In Pass-by-reference, changes made in the formal parameters will reflect in actual parameters and vice-versa.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How are portions of a program disabled in demo versions?
Which header file is essential for using strcmp function?
what will be maximum number of comparisons when number of elements are given?
What is operator precedence?
What is volatile c?
Explain how do you view the path?
What is meant by realloc()?
Explain how can I manipulate strings of multibyte characters?
What do you understand by normalization of pointers?
Tell me what are bitwise shift operators?
How can you convert integers to binary or hexadecimal?
Is c procedural or functional?
Why do we use header files in c?
When should volatile modifier be used?
can we change the default calling convention in c if yes than how.........?