Welcome to Technet
Ans A) Function can change the value of original arrayWhen array is passed to a function with it's starting address , it's value can be modified by the function callPass by value in C is not only problem for array , it causes problem for even for single variable in function call
Good
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