#include <array> std::array<int, 5> a {1, 2, 3, 4, 5}; int i = a[a.size() - 1]; // The last variable stored in i