July 28, 2018 What is the output of the following JAVA program ? class simple UGCNET 2018 CS SOLUTIONS
Ans A) Function can change the value of original array
ReplyDeleteWhen array is passed to a function with it's starting address , it's value can be modified by the function call
Pass by value in C is not only problem for array , it causes problem for even for single variable in function call
Good
Delete