|
IT Placement Papers
3i-Infotech Placement Papers
Accenture Placement Papers
Infosys Placement Papers
Adobe Placement Papers
.........More
Technical Interview Questions
Networking Interview Questions
C Interview
Questions
.........More
Resume Guide for Jobseekers
Resume - Action words
Resume To-Do List
.........More
Soft Skills
Communication Skills
Leadership Skills
.........More
|
|
Asdc
Placement Papers
12. In a certain code language RANGER was written as REGNAR
.with the same code how is TABLE written Elbat(reverse the word)
13. In a certain code if READ is written as SEADR then how is SING written with
that code SINGS
14. If kanchan is son of Sunil’s son’s son then how is Sunil related to Kanchan-
grandson
15. Find the odd one out
a. Caution
b. Trespassers will b prosecuted
c. Only one way
d. Keep left
16. One more odd man out was asked few questions on profit and loss were asked
Technical
1. A sorting program is given .You need to print the output of every outer ‘for’
loop.
Main()
{
int n=8,I,j,k;
int a[7]={44,55,42,12,6,94,67};
for(I=0;I<n-1;I++)
{
k=I;
x=a[k];
for(j=I+1;j<n;j++)
{
if(a[j]<k)
{
k=j;
x=a[k];
a[k]=a[I];
a[I]=x;
}
}
}
2. The precedence of operators are given, you have to find the value highest :+
followed by -,*,/ parentheses r given higher precedence to operators unary
operator ‘-‘ is always written within parentheses association is from right to
left
3. Questions were given like L-Value R-Value
a) z[I+2]
b)*x
c)&x
d)&(&x)
e)
4. Assume the following:
a. A tape drive can store 4096 bytes/millimeter
b. Forgot
c. A IRG is necessary and the length is 2 millimeter
Answer the following question:
For storing 20MB how many millimeters of tape is required
What is the storage capacity if the tape is 10000meters long
For a infinite storage how many IRGs are required in a tape that stores 1 GB of
data.
5. The following program is to calculate the number of lines, number of words,
number of characters from file. You got to complete the C program (15 marks)
# define IN 1
# define OUT ------
main()
{
int nc=nw=nl= ------,state= ------.c;
while((----=getchar()!=EOF))
{
++ ----;
if (c= = ‘\n’)
++ ----;
if(c = = ‘ ‘ || c = = ‘\n’ || c= =’\t’)
state= ----;
elseif(state = ----)
{
state= -----;
++ -----;
}
}
}
Page No :
1
2
Check
Aptitude Interview Questions
for more Aptitude Questions
Check
Placement Papers for more IT
Companies Paper
|