My understanding is that pointers can be used, among other things, to allow for you to dynamically allocate memory when you need it (and know how much you need) instead of allocating it statically with arrays upfront.My understanding is that pointers can be used,