1.Write a C/C++ function that verifies the equation z*z*z + h*h = b*b*b and return true or false.
Developer Interview Questions
269,242 developer interview questions shared by candidates
For the years 1901 to 2000, count the total number of Sundays that fell on the first of a month.
Write a function to return the nth fibonacci number. The first two can be assumed to be 1 and 1. The third and fourth are then calculated to be 2 and 3.
Write Hello World in C#.
What was a problem you faced with a previous employer and how did you handle it?
2 pieces of string of different length and non-uniform width, each take one hour to burn. the remaining length of a burning string doesn't tell you how much longer it burns for. with a lighter measure 45 mins.
Write a program to reverse each word in a string and remove spaces say "i am good" to "imadoog".
There is a linked list, only given the pointer of one node, how to delete that node in the linked list.
if A! + B! + C! = ABC and A, B, C are single digit numbers, find A, B, and C.
Now if you have a sorted array, how will you search for an element?
Viewing 761 - 770 interview questions