Convert string to float without using any functions
Software Development Engineer Interview Questions
33,184 software development engineer interview questions shared by candidates
Write a function in C++ that takes two dates as input and determines if the two dates fall on the same day of the week. The tricky part was thinking of things like leap years and such.
Program in ide: Input - wwwaabbc Output - w3a2b2c1
The differences between recursive and iterative implementations?
One array has size n and n elements . second array has size n+m and m elements. both the arrays are sorted. we need to get n+m elements in second array in sorted order. Linear time algorithm was expected
How do you find a target string in a source string?
Reverse words in a String
Implement a solution for the bounded buffer problem where you have a queue of work items and several producer/consumer threads.
In employee table there is a self reference to boss (who is also an employee). How to find the number of people that work under a given person for his entire tree.
Design a cellphone for a blind person
Viewing 731 - 740 interview questions