- How do you get the number of elements of an integer array?
- Is the size of a char array the same as the length of the string it represents?
- What is the difference between a function declaration and a function definition?
- Can you have two functions with the same function name in a program?
- How does passing an integer array to a function differ from passing a single integer variable into a function?
- How can you make an array that is passed into a function not modifiable?
- What is the down-side to recursion?
- What happens if your recursive function does not have a base case?