if a function returns itself, what will happen if it's called.
Software Interview Questions
748,807 software interview questions shared by candidates
Write a function that makes a deep copy of a linked list that, besides having a pointer to the next node, also has a pointer to a random node in the list.
Why are manhole covers round.
All questions were pretty straight forward... you better know C++ or any similar language though ;)
Q1. Singly linked list, know header node, but do not know how many nodes in a list. find out 2nd last node
Check if array of int contain two number that sum equal to target number
How would you find the largest value in an array?
sorting the red and green balls.RRRRRGGGGGGGG to RGRGRGRGRGGGGG
How do you remove extra parenthesis in a given equation Ex: ((a+b))*c should be converted to (a+b)*c
Write a function to cause stackoverflow.
Viewing 2031 - 2040 interview questions