Int i =0; i = i+++i+++i++; give the output when we print i in c , c++ and java , will the answers be different in each case , why or why not ?
Interns Interview Questions
248,360 interns interview questions shared by candidates
Write a minPeak function for a stack (function that returns the minimum element in the stack).
How many integers within 100000 has two consecutive '1's
Brain teaser questions such as: You are given three baskets of fruit labeled apples, oranges, and one with both. All of the labels are wrong. You are to pick one fruit from one of the baskets and then label them correctly.
From a tree, get a List of a List of Integers where each List of Integers corresponds to all ints at depth i from the root.
The probability question was there are 2 torpedoes in a submarine with 1/3 prob each of hitting a boat. Fired at the same time, what is the prob that both hit?
Implement java's pow function
do you have any site working experience
In how many ways one can design NOT gate? Describe them briefly.
Write a function that takes in an integer N and returns the sum for all numbers between 1 to N excluding multiples of 3 and 5.
Viewing 581 - 590 interview questions