What does the following declaration mean? int (*ptr)[10]; June 6, 2022 by admin โช Choose the correct option.What does the following declaration mean? int (*ptr)[10];A. ptr is array of pointers to 10 integersB. ptr is a pointer to an array of 10 integersC. ptr is an array of 10 integersD. ptr is an pointer to array Submit Answer