charlcotto2036 charlcotto2036 24-05-2023 Computers and Technology contestada What is the output of the following code: int sum=0; int a[]={1,2,3,4,5}; for(int i = 1;i<5; ) sum+=*(a+i++); cout<