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
What is a void pointer? When is a void pointer used?
C program to find all possible outcomes of a dice?
What is #define?
In C language what is a 'dangling pointer'?
What is adt in c programming?
What is a nested formula?
What will be your course of action for a push operation?
Explain the priority queues?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is line in c preprocessor?
What is structure and union in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
I need previous papers of CSC.......plz help out by posting them.......
What is meant by preprocessor in c?
What is meant by initialization and how we initialize a variable?