Stroustrup’s book has an online set of exercises for each chapter. X.8 Pointers, Arrays, and References (โ1) Write declarations for the following: a pointer to a character, an array of 10 integers, a reference to an array of 10 integers, a pointer to an array of character strings, a pointer to a pointer to aRead more