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
Why do we use int main instead of void main in c?
What is the difference between class and object in c?
What is a good way to implement complex numbers in c?
Explain Function Pointer?
How can you find the day of the week given the date?
Give differences between - new and malloc() , delete and free() ?
What is %g in c?
What happens if you free a pointer twice?
Differentiate between a structure and a union.
What is malloc() function?
What is a loop?
What is use of null pointer in c?
What is the use of static variable in c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain what is the stack?