Give the sizeof of the following struct : struct{ char a,b; int c; }
Intern Interview Questions
249,610 intern interview questions shared by candidates
how do you find out if there is a cycle in linked list.
design an algorithm to check if there are overlaps between a group of intervals
Write a function to return the longest common prefix between two strings.
What's the biggest business story this year and why?
What was the biggest risk I have taken? What my biggest accomplishment was? If I was geographically mobile?
Listerine is selling the same amount of mouthwash but their marketshare has doubled. What happened?
What is something you are proud of. What are your strengths and weaknesses..
Given a positive real number x, find the square root of x without using built-in sqrt functions.
Given list of revision numbers and build statuses (OK or FAILED). Example : { (10001,OK ) , (10002, OK) , (10003, FAILED) , (10004,FAILED) } Find number of revision where build has failed in first time.
Viewing 401 - 410 interview questions