what is call by value and call by reference
Answers were Sorted based on User's Feedback
call by value:The called function sends its value as
argument to calling function.
Call by reference:The calling function sends address of
variable to the called functin.
| Is This Answer Correct ? | 16 Yes | 3 No |
CALL BY VALUE :
this means whenever ur arguments in the function contains only values without passing any addresses is called as call by value..
CALL BY REFERENCE :
this means that whenever u pass an address as an arragument when u call an function , that is called as reference by call
thank u
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / bharat
call by value means u call function with argument as value
of variable.
and
call by reference means u call function with argument as
address of variable
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rina
function is call the value called the call by values
and the function call the address called the call by
refrence....
| Is This Answer Correct ? | 2 Yes | 2 No |
What are the different properties of variable number of arguments?
Why c is known as a mother language?
How can I run c program?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
Write a program to reverse a given number in c language?
What are dangling pointers?
Differentiate fundamental data types and derived data types in C.
What is the difference between realloc() and free()
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
How can I call fortran?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
What is context in c?