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 does c in a circle mean?
How can you be sure that a program follows the ANSI C standard?
The statement, int(*x[]) () what does in indicate?
What is #include cctype?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What are the 4 types of programming language?
how is the examination pattern?
Explain what is wrong in this statement?
Add Two Numbers Without Using the Addition Operator
Explain how can I write functions that take a variable number of arguments?
Is exit(status) truly equivalent to returning the same status from main?
Is main is a keyword in c?
What does 4d mean in c?
Why should I use standard library functions instead of writing my own?
What is operator promotion?