This lecture covers the global assignment of arrays, direct access to array elements, and different ways to iterate over arrays in C++11, emphasizing the importance of choosing the appropriate method. It also highlights common errors, such as accessing non-existing elements, and introduces the size() function for iterating over arrays with a classic for loop.