what is the differance between pass by reference and pass
by value.
Answer Posted / vijaya
in pass by value only the actual value of a variable is
copied to a formal parameter & it doesn't effects the
actual value when any operations r done on it
where
in pass by refference we r sending address of variables it
gives exact results but any oprations done on it may effect
actual values
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the size of enum in bytes?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What does struct node * mean?
What are loops in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What are the basic data types associated with c?
What is difference between function overloading and operator overloading?
Explain how do you use a pointer to a function?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is the difference between union and anonymous union?
How can I read data from data files with particular formats?
What is C language ?
hi, which software companys will take,if d candidate's % is jst 55%?
What are the primitive data types in c?