Declare an array of pointer to structure?

Answer:
struct abc{};
abc * arr[5]; //Array of pointer to structure

No comments: