Adobe Placement Paper 2012

by admin on January 20, 2012

1. What are Data breakpoints? Give two scenarios where we make the use of this
2. Compare two binary trees they are same or not.
3. What do you mean by Bit fields? Give example
4. Write the function for changing a number from hexadecimal to integer htoi(s
5. You have N computers and [Ca, Cb] means a [...]

{ 0 comments }

Accenture Placement Paper 2012

by admin on January 19, 2012

January 2012 Accenture Placement Paper:-
1. Some guy holding a glass of wine in his hand looking around in the room says, “This is same as it was four years ago, how old are your two kids now?” Other guy says “Three now, Pam had one more in the meanwhile.” Pam says, “If you [...]

{ 0 comments }

3i infotech placement papers 2012

by admin on January 18, 2012

1. The population of a city increases @ 4% p.a. There is an additional annual increase of 4% of the population due to the influx of job seekers, find the % increase in population after 2 years ?
2.The price of sugar increases by 20%, by what % should a housewife reduce the [...]

{ 0 comments }

Zensar Placement Papers 2011

May 10, 2011

1. which sorting also will use to sort {1,2,3,4,5} ?
2. complexity of merge sort .?
3. which cpu register holds the address of next instruction?
4. select * from dual ; output..??
5. Main(){
Char *p[]=?pradeep mani?;
Printf(?%c%c%c%c?,p[i],i[p],(*p+1),*(p+1));
}
6. #define sqr(x) x*x, what is value of j if j = 2 * sqr(3 + 4)
7. if(fp = fopen(\”dfas\”,\”r\”) == NULL), what [...]

Read the full article →

Zenith Placement Papers 2011

May 10, 2011

1. main()
{ int I=3;
while(I–)
{int I=100;
I–;
Printf(“%d”, I);
}
}
find output?
100 99 98 99 98 97 99 99 99 error
Ans:- 99 99 99
2. some program using variable b which was not initialized so
Ans:- error
3. main()
{char ch;
for(ch=’0’;ch<=255;ch++)
printf(“%c”, ch);
}
Ans : infinite loop
4. main()
{
int i=3;
while (i— )
{
int i=100;
i—-;
printf(“%d”, i);
}
}
a) 99 99 99 b)2 2 2 c) error d) none of the above
5. [...]

Read the full article →