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
What are the application of c?
Can you write a programmer for FACTORIAL using recursion?
What are types of functions?
Does c have function or method?
please give me some tips for the placement in the TCS.
What's the right way to use errno?
What is function prototype?
What are formal parameters?
How many loops are there in c?
What is structure in c explain with example?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is the maximum length of an identifier?
What is getche() function?
main() { printf("hello"); fork(); }
Explain About fork()?