What is the difference function call by value & function
call by reference?
Answer Posted / nakul sharma
In Call by value we simply passes the variable to the
function but in CAll by reference we actually pass the
memory address where the variable we want to pass is stored.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Why C language is a procedural language?
write a program fibonacci series and palindrome program in c
Explain how can I convert a string to a number?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Write the syntax and purpose of a switch statement in C.
What are c header files?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Why c language?
Difference between goto, long jmp() and setjmp()?
I heard that you have to include stdio.h before calling printf. Why?
What are qualifiers and modifiers c?
How to declare pointer variables?