Arrays -> as pointers and expressions
Whenever we need to define an object that holds a series of other objects, the basic data type for this would be an array or vector. The contents of an array/vector should be of the same data type, meaning we can’t have an array of both integers and ...
Mar 30, 20217 min read34

