5 adjacent parking spots. whats the probability 2 cars next to each other
C Programmer Interview Questions
3,500 c programmer interview questions shared by candidates
Implement a data structure the support the following interface void push(Integer) - O(1) Integer pop() - O(1) - pop the last element that inserted Integer get_middle() - O(1) - get the middle element value get_k(k) - O(K) - get the first k elements values.
Program to find out ugly numbers.
how will u make sure a single instance of an application in a system?
What are some concepts of OOP?
difference between readonly and const keyword
Task completion
Asked me to write a function that draws a pattern which he showed which was sized by the "n" number of rows.
How do you start a form?
If you have 2 ropes that both take 60 minutes to burn through each. How can you time 45 minutes?(ropes are different lengths and burn inconsistently)
Viewing 11 - 20 interview questions