Jobs in India
Search Jobs
Search Jobs
Advertisements

Netaji Subhas(Techno India) ,22 September 2008 by Sasken

Details of Netaji Subhas(Techno India) ,22 September 2008 by Sasken conducted by Sasken for job interview.
Advertisements
SASKEN PAPER ON 22ND SEPTEMBER AT NETAJI SUBHAS(TECHNO INDIA)

The paper has 65 questions .There was sectional cutoff but no negative marking .1st section is verbal ability-15 marks , 2nd section was analytical ability-25 marks , c language -25 marks total time will be provided to us 85 minutes. the c section was very tough , there was ques which ask for output some program was given we have to choose correct alternative for a single output .it is a pull campus held on 22-9-08 on Netaji Subhas (Techno India) .I am the student of SMIT collage attend d campus recruitment processes.
REST PARTS ARE SO EASY THE QUESTION PAPER WAS DONE BY MARIT TRAC PRIVET L.T.D.

1) Which is the Wright code of reverse a number?
4 options were given.

2) Which is the Wright code for the sum of the o/p : 1+1/2+1/2+1/6+1/12 ?

3) Who loads the program from disc to the memory?

4)what is func of int of array of function of pointer?
Only code required.

5) #include
#include
/*void print_arr(float **p)
{
printf("%f %f %f \n",p[0][0],p[0][1],p[0][2]);
}

6)void main ()
{
float arr[2][3]={{0,1,2},{3,4,5}};
float **fl_arr;
clrscr ();
fl_arr=(float **) arr;
print_arr(fl_arr);
fl_arr++;
print_arr(fl_arr);
}
Find the o/p?

7)main ()
{ int i=5;
clrscr ();
i= !i >3;
printf("%d",i);
}*/
o/p?

8)void main ()
{
int a[10];
clrscr ();
3[a]=10;
printf("%d ",*(a+3));
}
o/p?

9) void main ()
{
int a[]={101,201,301,401,501,601,701,801,901,001};
int *p; clrscr ();
printf("%d",a);
printf("arthi");
printf("%d", ((char *)-a + sizeof(int)));
p=(int *) ((char *) a +sizeof (int));
printf("%d",*p);
}

Rest I cant remember but they are very taught.
In analytical section they gave some coding decoding very easy. Logic & statement conclusion
In Verbal ability 2 passages were given.Some nearest meaning was there.