Friday, 18 November 2011

Honeywell Technical Interview Questions

1. Introduce yourself briefly. 2. How much good you are in C (on the scale of 1-10) 3. They gave me the same complex number program and told me what modification I can do in it. (Again write the program) Click here to see this program 4. Write the same complex number addition program with passing values to function, passing structure to function and passing address of the structure to the function. 5. What is recursion? What will happen is we don't give termination condition? How efficient recursion is compared to iteration. ans: Recursion is a programming technique that allows the programmer to express operations in terms of themselves. In C++, this takes the form of a function that calls itself. A useful way to think of recursive functions is to imagine them as a process being...

Search here for "Freshers Jobs"