what is the difference between call by value and call by
reference?
Answer Posted / m.karthiga
in call by value the changes do not affect the value of a
variable because value is passed.but call by reference
should affect the value of a variable because address is
passed
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Why is c faster?
How can I insert or delete a line (or record) in the middle of a file?
Can we change the value of #define in c?
What is header file definition?
Differentiate between null and void pointers.
When should volatile modifier be used?
Explain the use of 'auto' keyword in c programming?
What is nested structure with example?
what are bit fields in c?
What is pre-emptive data structure and explain it with example?
What is use of bit field?
Why c is procedure oriented?
How do I create a directory? How do I remove a directory (and its contents)?
Is c is a middle level language?