Page 1 of 1

Assume an array declared as int iVals[] = {3, 1, 10, 4, 6}; What will the value of iSum be when this statement executes?

Posted: Thu Jul 14, 2022 2:11 pm
by answerhappygod
Assume an array declared as int iVals[] = {3, 1, 10, 4, 6}; Whatwill the value of iSum be when this statement executes? iSum =iVals[3 + 1];