What is the difference function call by value & function
call by reference?
Answer Posted / sona
In call by reference we provide address of another variable
In call by value we directly assigned value to variable
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Is c is a middle level language?
Is c easy to learn?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What are logical errors and how does it differ from syntax errors?
Are the variables argc and argv are always local to main?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is difference between arrays and pointers?
How can I insert or delete a line (or record) in the middle of a file?
How can I delete a file?
Do you know what are bitwise shift operators in c programming?
How does selection sort work in c?
What is the value of h?
Explain what is a static function?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,