A discussion about the different ways to declare pointer variables in C, including how one approach could lead to confusion and bugs if we try to declare multiple pointer variables with a single statement. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/declare_multiple_pointers.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!