increase the size of array and initialize to 0 code example Example: Initialize all the elements of array to 0 int myArray[10] = { 0 }; // all elements 0