Day 7 Recap Questions
- How do you get the number of elements of an integer array?
- Is the size of a string array the same as the string length?
- 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?