| Aptitude Questions Asked in recent Interview | | | Favourite Questions Asked in HR Interviews | | | What will be the output of the program ? void main() { int a[5] = {5, 1, 15, 20, 25}; int i, j, m; i = ++a[1]; j = a[1]++; m = a[i++]; printf("%d, %d, %d", i, j, m); } A) 3, 2, 15 B) 2, 3, 20 C) 2, 1, 15 D) 1, 2, 5 | View Answer | | | | Get all this and more at the ALL NEW JOBBUZZ Improve your chances of getting your dream job | 69,000+ Interview Questions | Expected questions: crack the interview | | 96,000+ Company Review | Companies: get inside information | | |