Interview with OATSystems
Interview with OATSystems
Q 1. Write a program to prints the linked list in reverse order using recursion and Iteration.
Q2. Write a program for giving number is power of 2 .
Q3. Write a program for finding the nth Fibonicci number using recursion and Iteration.
Q4. Find out the 3rd side of a given isoscales triangle. Two sides were 5 and 10.
Q5. What is the difference between a method call by value and call by reference.
Comments
Post a Comment