Cognizant Technology Solutions (CTS) 2011, II – Placement Paper
Cognizant Technology Solutions (CTS) 2011, IInd – Placement Paper 1.consider the following program listing #include main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d ”, ++*I); Printf(“%d ”, *++I); Printf(“%d ”, (*I)–); Printf(“%d ”,...