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