What is the difference function call by value & function
call by reference?
Answer Posted / sangeetha
In call by value, the changes made in the formal arguments
does not affect the actual argument
In call by reference, the changes made in the formal
arguments does affect the actual argument
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When a c file is executed there are many files that are automatically opened what are they files?
What are the uses of a pointer?
What is the significance of c program algorithms?
Why is this loop always executing once?
Explain how can you restore a redirected standard stream?
What is the explanation for modular programming?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is %d called in c?
What is the difference between local variable and global variable in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
When should I declare a function?
Why do we need functions in c?
What is difference between && and & in c?
c program for searching a student details among 10 student details
List some basic data types in c?