what is [^] in c++ array code example Example 1: create array c++ int foo[5] = {0}; Example 2: initialize array c++ int foo [5];