what is the differance between pass by reference and pass
by value.
Answer Posted / kiran
In Pass-by-value, changes made in the formal parameters will not reflect in actual parameters and vice-versa. Where as In Pass-by-reference, changes made in the formal parameters will reflect in actual parameters and vice-versa.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I manipulate strings of multibyte characters?
What is modeling?
How can I write a function analogous to scanf?
What happens if a header file is included twice?
in iso what are the common technological language?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Can we add pointers together?
Is c a great language, or what?
How a string is stored in c?
What are the different categories of functions in c?
Explain how do you convert strings to numbers in c?
Explain what is the difference between functions abs() and fabs()?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Explain how can I manipulate strings of multibyte characters?