Latest TCS Aptitude Question SOLUTION: What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array? 1. The element will be set to 0. 2. The compiler would report a