Declaring array int in C++ code example Example 1: array declaration c++ int foo [5]; Example 2: arrays in c++ int baz [5] = { };