#include using namespace std ; void function1( int arr2[] ) { arr2[0] = 100 ; } void printArray( int arr1[] , int size ) { for( int i1=0 ; i1