telephonic interview
1) Write a function that prints odd numbers from 0 to n
2) Write a function given an array of integers, that returns the largest value in the array
3) Write a function that given n, prints a nxn multiplication table
4) You have an array of size 99 that contains all integers from 1-100 except it’s missing 1 number.
5) Difference between linked-list and array. When would you use one over the other?
6) How do you create a system that auto-completes words from a string
7) class vs object
8) constructor and destructor:
9) class/static method: