array library c++ code example Example: c++ array const int len = 3; int arr[len]; arr[0] = 4; int abc[4]{0,12,3}