Use 10 trees and plant them in 4 rows such that each row has atleast 4 trees
Programmatore Interview Questions
22,560 programmatore interview questions shared by candidates
What is java?
They asked me if I am capable to be relocated to multiple places.
How do you find the max depth of a binary tree?
How to print "hello world" by using following if else block: if(write any condition you want) printf("World"); else printf("Hello"); I answered them that we can use goto statement, but he expected other answer that i didn't know at that time.
It was easy... consist of puzzles & case studies.
How to check if a number is even or odd without using % or / ?
How to find that a given number is even or odd without using (if, else, any loop, conditional operator ,switch). You can use only a "%" sign.
whats is the difference between merge and join .
You have an array randomly filled with red, blue and green items. How do you order this list so the red items are at the beginning, followed by the blue ones, followed by the green ones? The algorithm should be in-place (no extra storage, or only constant extra storage) and the algorithm should only walk threw the array once (every position can only be read once).
Viewing 11 - 20 interview questions