int arr[]={22,0,45,32,12,78,89}; int size= sizeof(arr)/sizeof(arr[0]); int arr2[size]; cout<
temp varia