Home
/
Learning
/
C++ Masterclass: From Zero to Hero
/
Pointers and Arrays
Back to course
Pointers and Arrays
C++ Masterclass: From Zero to Hero
The name of an array acts like a pointer to its first element.
Previous lesson: Dereferencing Pointers
Next lesson: Pass by Reference