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
Write a program to check palindrome number in c programming?
How is a structure member accessed?
What is c language and why we use it?
What is hungarian notation? Is it worthwhile?
What are the types of pointers in c?
Write a code on reverse string and its complexity.
What do you mean by recursion in c?
How can you read a directory in a C program?
When was c language developed?
Explain what is a stream?
What are the types of type qualifiers in c?
Write a program to check armstrong number in c?
What is a function in c?
What is the need of structure in c?
How are variables declared in c?