Latest TCS Aptitude Question SOLUTION: what will be the o/p of the program main() { char s[ ]="man"; int i; for(i=0;s[ i ];i++) printf("\n%c%c%c%c",s[i ],*(s+i),*(i+s),i[s]); }