all question mentioned below are memory based, there were other questions too
which i don't remember
q1:write a program to print following
************
************
************
************
************
************
************
************
************
************
************
************
q1:write a program to print following output from given input
input: aaa bbb ccc ddd eee fff ggg hhh iii jjj
output: bbb aaa ddd ccc fff eee hhh ggg jjj iii
q1:write a program for preorder traversal of a tree?
objective selection:
q: which is not used for sorting?
a) selection
b) deletion
c) exchange
d) insertion
q: which is not memory management scheme?
a) buddy system
b) paging
q: which is the collection of program and used to create and maiontain database??
a) dbms
b) db
c) dba
d) all
there were option for these output questions i have not mentioned them
q: write output of following
main()
{
static int var=5;
printf("%d",var--);
if(var)
main();
}
q: write output of following
main()
{
char*p;
printf("%d%d",sizeof(*p),sizeof(p));
}
q: write output of following
main()
{
float u=1.1;
double me=1.1;
if(u==me)
printf("i love you");
else
("i hate u");
}
Aptitude
q: the present average age in an adult school is 44. now 120 more students get
admitted if average of 32,due to which average age of school gets down by
4. so what is the number of students ion school???
q: the current ratio of the age of husband and wife is 4:3.after 4 years it becomes 9:7
and at the time of their marriage it was 5:?(i don't remember the exact figure)
then from, how many years they are married???
q: if A=2+1/a and B=a+1/2,if A=B then what should be the value of a?
q: complete the series
98,94,____,70,32
=========================================================================
which i don't remember
q1:write a program to print following
************
************
************
************
************
************
************
************
************
************
************
************
q1:write a program to print following output from given input
input: aaa bbb ccc ddd eee fff ggg hhh iii jjj
output: bbb aaa ddd ccc fff eee hhh ggg jjj iii
q1:write a program for preorder traversal of a tree?
objective selection:
q: which is not used for sorting?
a) selection
b) deletion
c) exchange
d) insertion
q: which is not memory management scheme?
a) buddy system
b) paging
q: which is the collection of program and used to create and maiontain database??
a) dbms
b) db
c) dba
d) all
there were option for these output questions i have not mentioned them
q: write output of following
main()
{
static int var=5;
printf("%d",var--);
if(var)
main();
}
q: write output of following
main()
{
char*p;
printf("%d%d",sizeof(*p),sizeof(p));
}
q: write output of following
main()
{
float u=1.1;
double me=1.1;
if(u==me)
printf("i love you");
else
("i hate u");
}
Aptitude
q: the present average age in an adult school is 44. now 120 more students get
admitted if average of 32,due to which average age of school gets down by
4. so what is the number of students ion school???
q: the current ratio of the age of husband and wife is 4:3.after 4 years it becomes 9:7
and at the time of their marriage it was 5:?(i don't remember the exact figure)
then from, how many years they are married???
q: if A=2+1/a and B=a+1/2,if A=B then what should be the value of a?
q: complete the series
98,94,____,70,32
=========================================================================
Hai everyone. My name is Rajesh Kumar. currently i m
pursuing MCA from IIMT Engineering College, Meerut. As I have given
the written exam of Daffodil s/w Ltd. the question consists of two parts:
1) Technical – Basically From C (20 marks)
2) Aptitude (10 marks)
The<strong> technical
questions</strong> were as follows :
A) Write a function to convert from infix to postfix (5
marks)
B) Write a function to generate a fibonacci
number using recursive function. (5 marks)
C) Write a program to generate the following pyramid: (5
marks)
Section (A) was compulsory and from section (B) &
(C) we have to attempt any one.Beside these there were 5 objective
questions from which we have to either find the output or we have to
find the error in the program.
The <strong>Aptitude
Questions </strong>were as follows :
A) there are 2 buckets of 3 litre and 5 litre of capacity.
we have to measure 4 litre of water using these two buckets only.
B) there are 10 person in a meeting and each person make
handshake with each other. how many total handshake will be there.
C) what will be the next number in the given series
394 391 19 16 4 1 ?
D) last year john was three times the age of his sister.
Next year he will be just two times the age of his sister. what will be the age
of john after 5 years.
E) Rajesh purchases 100 candy form 1 Dollar. he purchases
three types of candy having the cost $.05, $.02, $.01. if he purchases 10 candy
of $.01 then find the candy of each type .
<div class="PaperByline">
<span>In: <a href="http://interviewquestions4u.com/Placement-Papers/daffodil"
title="View all posts in Daffodil" rel="category
tag">Daffodil</a></span>
<span>Posted By: <a
href="http://interviewquestions4u.com/Placement-Papers/profile"
title="Posts by " rel="author >
No comments:
Post a Comment