✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following:
typedef struct node { int data; struct node *next;} NODE;
NODE *xyz[20];Which of the following statements about xyz is true?