what is the difference between call by value and call by
reference?
Answer Posted / raju
Call by Value: C support the call by value, where the caller
pass the value to the function and the updates on the
function will not effect on the caller.
Call by reverence: Here will pass the reference of the
variable to function, the update on the function variables
will effect on the caller.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
How do I use void main?
List some basic data types in c?
Was 2000 a leap year?
How can I write functions that take a variable number of arguments?
What is the significance of c program algorithms?
Why calloc is better than malloc?
What are the differences between Structures and Arrays?
What is the purpose of sprintf() function?
How will you find a duplicate number in a array without negating the nos ?
Explain built-in function?
What is a MAC Address?
What is the difference between constant pointer and constant variable?
Explain low-order bytes.
What are integer variable, floating-point variable and character variable?
How do you list files in a directory?