Description
In this course, you will learn:
- Visualize the notion of a pointer and how you can use it to transfer variables to functions by reference so that the function can modify them.
- To address elements in one-dimensional and multi-dimensional arrays, use pointer arithmetic.
- To store lists of strings in one array variable, use arrays of strings.
- Control memory utilization by creating and releasing memory dynamically at runtime.