Write program that check is string palindrome. I wrote my version of this program(see answer). Later I've been asked to change code with using recursion. I have no idea why I should use recursion here, because it will make code more difficult to understand and maintain.
Software Developer 4 Interview Questions
96,239 software developer 4 interview questions shared by candidates
Question was to calculate no chocaltes if 1 rs =1 chocolate and also 1 wrapper = chocolate. To write a program also
1st Round: Traverse array without using any iterative loop.
Suppose you have a large data set of integers ( > 10,000) that you need to sort. What would be the best data structure to use to store these numbers and what would be the best sorting algorithm to sort them?
Since I'm from C# background I was asked basic C# question .
Recognize some useless pattern with circles, squares, arrows...
What's the difference between inteface and abstract.
Write a function to compact a string in place: A. strip whitespace from the string. B. remove duplicate characters if they are next to each other
Can you use template and virtual function in the same class?
Given a file of 4 billion 32-bit integers, find any integer that does not appear in the file using 1GB of memory. Then repeat the same task using 80MB of memory.
Viewing 781 - 790 interview questions