Learn C pointers in 5 minutes

1 year ago
6

A 5 minute video about pointers in the C programming languages.

You will see a brief explanation and the most common use cases for pointers such as:

- passing values by reference to functions
- arrays
- pointer arithmetics
- data structures

Loading comments...