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
Simplify the program segment if X = B then C ← true else C ← false
Explain how do you search data in a data file using random access method?
What is #include stdlib h?
Why c is called a mid level programming language?
What is the difference between call by value and call by reference in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What are disadvantages of C language.
How are 16- and 32-bit numbers stored?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is build process in c?
What is typedef example?
What does d mean?
What is n in c?
Explain b+ tree?