using a mac function toLower(char c) to write a toUpper(char c) function, without using any ascii code
Development Interview Questions
137,413 development interview questions shared by candidates
there is an array with 99 length long, each spot will have number from 1-100, number will never repeat on the array. Give as many way as possible to find the missing number.
multiply 2 numbers without using * sign
Given two rectangles, check if they intersect? He also asked me if I have seen the question before to which I replied I had but that I had not tried solving it.
implement a function thet gets a string ans prints all string permutetions
Write code to solve a problem in Polish notation. e.g : 1 2 3 + / is 1/(2+3)
Searching a page in 100 million pages. What data structure would be optimal?
how to merge two linked lists without using temp node
Present Microsoft message queue products and choose the most appropriate
Code a function in C to get the largest consecutive addition of integer numbers fron an array.
Viewing 591 - 600 interview questions