what is the differance between pass by reference and pass
by value.
Answer Posted / vijaya
in pass by value only the actual value of a variable is
copied to a formal parameter & it doesn't effects the
actual value when any operations r done on it
where
in pass by refference we r sending address of variables it
gives exact results but any oprations done on it may effect
actual values
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How can I delete a file?
Is there a way to jump out of a function or functions?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Explain how do you view the path?
What is sizeof c?
How old is c programming language?
How do shell structures work?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Explain can you assign a different address to an array tag?
The statement, int(*x[]) () what does in indicate?
writ a program to compare using strcmp VIVA and viva with its output.
Why void main is used in c?
What is a built-in function in C?
Explain what is a 'locale'?
In C language, a variable name cannot contain?