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