array of +ve nums, find pairs that add up to a given value
Development Interview Questions
137,437 development interview questions shared by candidates
Find exist in maze or prove its non existence.
Phone interview question: In C, why is it considered bad form for a function to return a pointer to a stack-allocated variable? What happens if you do it anyway?
- Given an array of integers (of any value, from MIN_INT to MAX_INT), how would you find the consecutive integers with the largest sum, and return their sum?
Reverse all the characters in a string before you encounter an 'x'. abcdxdd - > dcbaxdd
Reverse the string
Write a function to determine if a binary tree is balanced or not.
given value is 9876. print nine thousand eight hunder seventy six
Count no. of words in a string
Print the binary tree in zig-zag order.
Viewing 1541 - 1550 interview questions