Latest TCS Aptitude Question SOLUTION: What does the following declaration mean? int (*ptr)[10]; 1.ptr is array of pointers to 10 integers 2.ptr is a pointer to an array of 10 integers 3.ptr is an array of 10 integers 4