how to initialize all the array elements with their index code example Example: initialize whole array to 0 c++ int nScores[100] = {0};