Provided by www.YuvaJobs.com - General - Interview iSoftTech Paper1 analytical - some 30 questions i remember2 verbal - 15 ques3 technical " c " - 30 quesanalytical - 3 calendar questions., 1 relationship question(answer grand son) , it was an easy paper { only calendar q were tough for me}verbal - 5 fill in with choices { answers i got were E,E,E,E,E)1ST ANS - DELIVERED ON2ND ANS BARREN SO ONBe prepared with high frequency words from barrons all the questions were from those 300 wordstechnical " c"First 5 questions were very tough remaining were okanyhow just try to answer more questions.dont stick to any ques. move on to the next in such situations.C Questions1.a=5,b=3,c=a,bd=(a,b)printf(c,d)ans:c=5,d=32.e(int n){if(n>0){...(not clear)printf("%d",n);e(--n);}return}ans:0,1,2,03.which has no problem with pointersint *f1(){int n;return (n)}int *f2(){int *p;*p=3;return p;}int *f3(){int *p;p=malloc();return p;}ans:no error4.header file ->contains declarations.5.sizeof operator is executed during compile time..6.*p+=1*p++ are these two same?not same.7.func(int i){static int count;count=count+i;}ans:1+2+3...(counts values does not go after funtion call8.is(,a,<,b,) true10.short int=16 bits11.4 stmt. ans.int float i;12.int num[3];num[3]=2;ans:first stmt deals with sizesecond deals with element13.j=4for(int i=0;i<5;i++){j++;++j;}output of j.ans:149.char s1[20]="hello world";s1[5]="\0";printf("%d",strlen(s1));printf("%%.%...(not clear)",s1);}ans:bad format specifier14.brace { used in c for what ans:convention15.parameters in c passed by ans:value.16.when an array is passed it is by ans:pointer.17.scanf can read ans:any data type18.which cant be passed to subroutine.ans:preprocessor directive.19.to get string of words..ans:gets()20.external variables can be accesed ans:in functions which use them.analytical1.cat->satcdear->seardsing->sings3.1999 july 21st WEDNESDAY 52= /4 13,39 === 26+39 =65/7=21947 july 21st MONDAY ans:two days before.4.2,12,30,56, iSoftTech PATTERNFor more info on iSoftTech visit www.isofttech.com     Provided by www.YuvaJobs.com - General - Interview