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
What does c mean in standard form?
Why flag is used in c?
What is the difference between array and pointer?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is static function in c?
Can you mix old-style and new-style function syntax?
What does %2f mean in c?
How can you convert integers to binary or hexadecimal?
When should a far pointer be used?
Can you please explain the difference between exit() and _exit() function?
What is the best way of making my program efficient?
what is the difference between class and unio?
What is union and structure?
Explain how can you tell whether a program was compiled using c versus c++?
write a program to print data of 5 five students with structures?