Notes of NH 12, Computer Science Call By Value - Study Material
Page 1 :
Difference between Call by value& Call by Reference, Call by value, Call by reference, Duplicate Copy of original, parometer is passed ., Actual Copy of original parameter is, passed., No Effect on original value > original Value gets affected if, after modifying., Value is mocdified., A COpy of value is passed > An address of the value is passed, to the functioon., > Actual ond formal porameters > Actual and formal porameter, to the functicen,, will be Created in different, memory Location., will be Created in Same, memory Location.