Alumnus Placement Paper 2010

Alumnus Placement Paper 2010Alumnus Placement Paper 2010.

Alumnus Software Job 2010 Placement  question paper with answers Alumnus 2010  question with solution you can download it in FREE, if Alumnus 2010 test paper in text or pdf for Alumnus 2010 Answer Keys you can download Alumnus for MBA/ B.Tech / M.Tech freshers 2010 page also just Go to menu bar, Click on File->then Save.

Alumnus Software Campus 2010 exam recruitment question paper Free Download PDF is available in www.oldquestionpapers.net which has been provided by many students Alumnus Placement paper for freshers 2010 paper is available for all the students in FREE and also Alumnus Placement  question paper for B.Tech MCA 2010 fully solved Alumnus 2010 with answer keys and solution.

Alumnus Placement Paper 2010

You can get daily updates on Alumnus Software freshers Campus 2010 from www.oldquestionpapers.net here you can also check similar links for other related study materials on Alumnus Here Alumnus Placement  question bank 2010.

  int i=0,j=50
while (i<j)
{
if(<some condtn>)
{
<body of the loop>
i++
}
elseif(<some condtn>)
{   <body of the loop>
j–
}
else(<some condtn>)
{<body of the loop>
j–
}
}

 

int a[20],i
for(i=0;i<20;i++)
{
a[i]=i;
}
for(i=0;i<20;i++)
{
a[i]=a[20-i]
}
What is the final content of the program.

void abc(int a[])
{
int k=0;int j=50;
while(k<j)
{
if(a[i]>a[j])
k++;
else
j–;
}
How many times the loop will occur?

void main()
{
int a[]={5,4,3,2,1};
int x,y;
int *p=&a[2];
*p++;
x=++*p;
y=*(p++);
printf(“%d %d”,x,y)’
}
What will be the value of x and y?
  for(i=0;i<20;i++)
{
a[i]=i;

}
for(i=0;i<20;i++)
{
a[i]=a[19-i];
}
What is final value of array a? Options were there.

Similar Pages…

Other Pages…

See Also……