Posted inPlacement Papers

Texas Placement Papers

Company: Hewitt Associates TEXAS Instuments 1.which code executes faster? code1:- for(i=0;i for(j=0;j large_array[i][j]=0; code2:- for(j=0;j for(i=0;i large_array[i][j]=0; ans:code1 2.void fn (int *ptr) { static int val=100; ptr=&val; } main() { int i=10; printf(“%d”, i); fn(&i); printf(“%d”, i); } ans:prints 10,10 3. C supports – call by value only. 4.main() { int i=1; fork(); fork(); printf(“%d”,i+1); […]

Posted inPlacement Papers

VSNL Placement Papers

Company: Hewitt Associates This is the second round, means INTERVIEW. Mine interview was around 20 min. There wer e 2 ppl in the pannel. One wll ask technical nd other will HR questions. They wll ask ur favourite subject. I told thm networking. So they asked questions frm this. Few questions are: 1: Define Network […]