Question: Q3. Give one reason why passing by value would be inefficient for arrays. Can arrays be assigned values as follows? Give reason to support your

Q3. Give one reason why passing by value would be inefficient for arrays. Can arrays be assigned values as follows? Give reason to support your answer int a[5], b[5]; // code for initializing b a=b
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
