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,106 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.
What was a problem you faced with a previous employer and how did you handle it?
Write Hello World in C#.
There is a linked list, only given the pointer of one node, how to delete that node in the linked list.
Generate the first n prime numbers and time complexity.
Implement a function that counts the duplicates in an unordered array
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