c++ array brackets code example Example 1: how to make an array c++ Click to copyint foo [] = { 16, 2, 77, 40, 12071 }; Example 2: array declaration c++ Click to copyint foo [5];