Question: 2 . What are the differences (if any) between the variables `array1` and `array2` in this function? ```c++ void function(int array1[10] ) { int array2[10];
2. What are the differences (if any) between the variables `array1` and `array2` in this function? ```c++ void function(int array1[10] ) { int array2[10]; ... } ```
Anyone help me reply to this problem? I want to check my answer with this answer... Thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
