How do I create an array of pointers? April 15, 2023 by Tarik Student** db = new Student*[5]; // To allocate it statically: Student* db[5];