Honeywell




Honeywell

Filed under:

Honeywell Placement Question Papers

1. int *data[10];whatdoes the variable data denotes?

2. {
int a[]={10,20,30,40,50};

fun(a+1);

}

fun(int *p)

{ for(int i=1;i<=3;i++)

printf("%d",*(p+i));}

3. enum day { saturday,sunday=3,monday,tuesday};

value of saturday,tuesday.4. enum day {saturday,sunday=-1,monday,tuesday};

int x=monday;value of x?5. #define ADD(X,Y)

X+Ymain(){-#undef ADD(X,Y) fun();

}

fun()
{
int y=ADD(3,2);
printf("%d",y);
}
o/p?

4. #define ADD(X,Y) X+Y
main()
{
#undef ADD;
fun();
}
fun()
{
#if not defined(ADD)
define ADD(X+Y) X*Y
int y=ADD(3,2);
printf("%d",y);
}
o/p?

5. int x;
int *p;
int **p1;
int ***p2;

How to assign each one?

Related Plament Papers and Companies

Honeywell

Honeywell Placement Question Papers Some sample Questions 1. What is a Real-Time System ? 2. What is the difference between Hard and Soft real-time systems ? 3. What is a mission critical system ? 4. What is the important aspect of a real-time system ? 5. Explain the difference between microkernel and macro kernel. 6. Give an example of microkernel.Why paging is used ? 7. Which is the best page replacement algo and Why ? 8. What is software life cycle ? 9. How much time is spent usually in each phases and why Which one do U want to

Honeywell

Honeywell Placement Question Papers section 1: * I couldnt exactly remember the Reasoning ques... There was one ques thar had ms.braun,Mr.Allen.. totally six in number..3 of them would smoke.. one prefers silence... It was quite easy.. Another Ques was abt democracts and republicans have to be selected from two groups of A,B,C,D,E and F,G,H,I.Atleast one has to be an army person and another an economist... * The quans was ok... problems based on cisterns,volume.profit and loss ,work.... and a couple of ques on Venn Diagram. Section 2: most of them were easy... but there were tougher ones based on files and unions. Section 3: there were 3 to 4 ques based

Honeywell

Honeywell Placement Question Papers Explain U'r research work. What is a Real-Time System ? What is the difference between Hard and Soft real-time systems ? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel. Why paging is used ? Which is the best page replacement algo and Why ? WHat is software life cycle ? How much time is spent usually in each phases and why ? Which one do U want to work if selected in Honeywell ? ( I said I don't like testing ) They asked why ? I said it

Honeywell Placement Question Papers

Honeywell Placement Question Papers 1. key constraints are .....for... (a) secondary key (b) primary key (c) foreign key

  • Resources













  • Placement Papers Archives