what is the difference between call by value and call by
reference?
Answer Posted / rama krishna sidhartha
Call by value means passing the values.
Call by reference means passing the address of the variables
given.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain how do you determine the length of a string value that was stored in a variable?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain what is the general form of a c program?
What is modeling?
What is #ifdef ? What is its application?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is the advantage of c?
Explain how can you restore a redirected standard stream?
What is const keyword in c?
Explain what is the difference between functions abs() and fabs()?
What is a MAC Address?
How to declare a variable?
Do variables need to be initialized?
What is a program?
List the difference between a "copy constructor" and a "assignment operator"?