FInd nth number in a Fibonacci series.
Engineer Intern Interview Questions
18,211 engineer intern interview questions shared by candidates
Store the words in a document.
Reverse a string
Reveres all the words in a string before you encounter a word which has 'x' in it. Hi, I like Microsoft asdfxab Settle -> Microsoft like I Hi, asdfxab seattle.
What is the largest / most difficult program you have written in C/C++?
What is the difference between malloc and calloc.
Design an alarm clock for a deaf person
given a number in string format ("13") and an int (10) write a function to return the number in the specified base (ie, convert("13", 16) returns 19)
you are given an array, you have to right shift or left shift that array by K elements. K will be given as input.
Dynamic programming question, seeing occurrences of same integer previously in a list.
Viewing 2091 - 2100 interview questions