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
Is c easier than java?
Is there sort function in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is 1f in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Write a program to reverse a linked list in c.
What is calloc malloc realloc in c?
What does node * mean?
What is #include cctype?
What is the general form of a C program?
Why doesnt the call scanf work?
writ a program to compare using strcmp VIVA and viva with its output.
How to compare array with pointer in c?
What is logical error?
Is exit(status) truly equivalent to returning the same status from main?