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
How can I get back to the interactive keyboard if stdin is redirected?
What is array in C
Explain what are linked list?
What are the types of data types and explain?
Explain what is #line used for?
Why is sprintf unsafe?
What is difference between %d and %i in c?
What is substring in c?
What is the function of multilevel pointer in c?
What is #include stdio h and #include conio h?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is the most efficient way to count the number of bits which are set in an integer?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Suggesting that there can be 62 seconds in a minute?
What is the difference between procedural and functional programming?