Archive for latest inautix placement papers

You are browsing the archives of latest inautix placement papers.

Complete Technical Questions for I Nautix Placement Drive 2008

Sample Test Paper
Technical Questions
1.main()
{
char **p==”Hello”;
printf(”%s”,**p);
}
Ans: Garbage or nothing
2.main()
{
printf(”%d%c\n”);
printf(”%d%c\n”);
}
Ans: Garbage Value
3.main()
{
int x==5;
printf(”%d%d”,x++,++x);
}
Ans==6 6
4.main()
{
int x==4;
printf(”%d”,printf(” %d %d “,x,x) );
}
Ans: 4 4 5
5.main()
{
union
{
int i;
char p;
struct
{
int t;
char e;
char o;
}w;
};
printf(”%d\n”,sizeof(l) );
}
Ans: 4
6.main()
{
int i==0,n==6;
while(n–0);
i+==n;
printf(”%d\n”,i);
}
Ans: -1
7.ain()
{
char a[]==”Hello”;
printf(”%c\n”,*a++);
}
Ans: Error
8.a=3,b=2,c=1;
What’s the value of k?
k== a< b < c-1;
Ans: 0
9.main()
{
int a=3;
do
{
printf(”%d”, a);
a=-1;
} while(a0);
}
Ans: 3
10.It is not “exact” Question; But the given Answers is:
a) PASS1 PASS2
b) […]

Most Recent I-Nautix Complete Placement Papers Latest 2008 Model

TEST GUIDELINES
*      Answers should be indicated by placing a tick mark ( ) in the relevant box.
*      To change any answer already marked, cancel the previous mark by placing an”=” symbol. Thereafter, place a  fresh tick  mark ( ).
*      All questions have only one right answer. If more than one answer is indicated, the question […]

Latest Model INautix Placement Papers 19 June 2008-FreePlacementPapers.com

I NAUTIX PAPER ON 19th JUNE AT COIMBATORE
Hi friends.” I NAUTIX  “came for campus selection in our college(PSG TECH) on 19th june and I am very happy that i have been placed and became a member of  INAUTIX family. At 5 pm they gave PPT(Pre Placement Talk ) very nice one among those  I have […]

Model I-Nautix Placement Papers for Free Download April 2008

Latest Model I NAUTIX Placement PAPERs ON 1st APRIL
Hi friends.INAUTIX came for campus selection in our college on 1st April and I am very happy tat i have been placed and became a member of  INAUTIX family.
The whole process consists of three rounds.first one is the written test which contains
1.QUANTITATIVE.
2.LOGICAL&ANALYTICAL REASONING.
3.VERBAL.
4.C QUESTIONS.
5.BASIC COMPUTER QUESTIONS.
Duration for […]