what is the difference between call by value and call by
reference?
Answer Posted / rama krishna sidhartha
Call by value means passing the values.
Call by reference means passing the address of the variables
given.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is function prototype in c with example?
What are all different types of pointers in c?
What is this pointer in c plus plus?
What does the function toupper() do?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is the scope of global variable in c?
What is s in c?
how to write a c program to print list of fruits in alpabetical order?
What is strcmp in c?
Why can arithmetic operations not be performed on void pointers?
Explain how are portions of a program disabled in demo versions?
What does do in c?
What is pointers in c?
Why c is known as a mother language?
How can I recover the file name given an open stream or file descriptor?