array keyword in c++ code example Example: array syntax in c++ int foo[] = { 10, 20, 30 }; int foo[] { 10, 20, 30 };