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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!