What does the following declaration mean? int (*ptr)[10];23/25 What does the following declaration mean? int (*ptr)[10];ptr is array of pointers to 10 integersptr is a pointer to an array of 10 integersptr is an array of 10 integersptr is an pointer to arrayGiải thíchChọn đáp án A