Latest TCS Aptitude Question SOLUTION: Which of the following is the correct output of the program? #include int main() { int a[5]={9,10}; printf("%d,%d",a[1],a[2]); return 0; }