Questions
Answer the following questions based on what you've learned in this chapter. Cross-check your answers with those provided at the end of the book, under Assessments.
- What is a function?
- What are default arguments?
- What are named parameters?
- In which order are arguments received in a function?
- What is a function signature?
- What goes into a function?
- What is a return type?
- Can the return type
INT
be used with a variable of typeREAL
?