what is the difference between call by value and call by
reference?
Answer Posted / raju
Call by Value: C support the call by value, where the caller
pass the value to the function and the updates on the
function will not effect on the caller.
Call by reverence: Here will pass the reference of the
variable to function, the update on the function variables
will effect on the caller.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Explain logical errors? Compare with syntax errors.
What is structure padding in c?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Why is c faster?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is difference between Structure and Unions?
Explain what are its uses in c programming?
Why main is used in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is malloc() function?
why we wont use '&' sing in aceesing the string using scanf
Which type of language is c?
Do string constants represent numerical values?