Technical - Java - 1 January 2004
iSOFT PAPER - 2004Hi , 1) In written it consists of 1.aptitute 25 Q,s very easy2.verbal 5 fill in the blanks,5synonyms,5 antonyms..very easy for fill in the blanks ans is 1.d 2.d 3.d 4.a 5.d3. Next c it contains 30 Q,s plz follow the attachment be,coz all the Q,s R repeated 2)G.DFor me topic is "Is s/w professionals r paying more ? It,s a fact or not? " 3)Interview Thats all be through the Q,s .......There cutoff is 50 out of 70.. ByD.Deepan--------------------------------------------------------------------------------c ques: 1.a=5,b=3,c=a,bd=(a,b)printf(c,d)ans:c=5,d=3 2.e(int n){if(n>0){...(not clear)printf("%d",n);e(--n);}return}ans:0,1,2,0 3.which has no problem with pointers int *f1(){int...