what is the difference between call by value and call by
reference?
Answer Posted / vijay r15
call by value means passing the value of variable.
Ex fun(a,b)
Call by ref means passing the address of the variable.
Ex fun(&a,&b)
By
Vijay r15
raj.vijay55@gmail.com
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
can we have joblib in a proc ?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What are different storage class specifiers in c?
How can I find the modification date of a file?
What is anagram in c?
write a programming in c to find the sum of all elements in an array through function.
Why is c still so popular?
What is gets() function?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Differentiate between declaring a variable and defining a variable?
What is a built-in function in C?
If fflush wont work, what can I use to flush input?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Is fortran still used today?