Function pointers are an advanced topic, and this section can be safely skipped or skimmed by those only looking for C++ basics.
In the lesson on pointers, you learned that a pointer is a variable that holds the address of another variable. Function pointers are similar, except that instead of pointing to variables, they . . . → Read More: 7.8 — Function Pointers