Answer Posted / vignesh1988i
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 |
Post New Answer View All Answers
What is omp_num_threads?
how to execute a program using if else condition and the output should enter number and the number is odd only...
How can I direct output to the printer?
Explain what is a const pointer?
Explain what is the difference between far and near ?
Why is c called "mother" language?
How can I delete a file?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Write a program for Overriding.
What is typeof in c?
What are pointers?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What type is sizeof?
Describe the difference between = and == symbols in c programming?
what do you mean by enumeration constant?