what is the differance between pass by reference and pass
by value.
Answer Posted / vasanth
pass by value :passing the varibles directly into function
augments
pass by reference:
passing the address of the pointer varible
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is difference between array and pointer in c?
What is the most efficient way to store flag values?
Tell me can the size of an array be declared at runtime?
What is the explanation for modular programming?
What is d'n in c?
Is it better to bitshift a value than to multiply by 2?
How can my program discover the complete pathname to the executable from which it was invoked?
When should a type cast not be used?
Explain Basic concepts of C language?
Is swift based on c?
What is malloc and calloc?
What extern c means?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Why is c fast?
What is bin sh c?