Functions & Scope Quiz

Complete this assessment with 100% score to master this chapter.

01What is a function prototype?

02Which storage class keyword allows a local variable to retain its value between function calls?

03Where are local variables and function parameters typically stored in memory?

04What is a 'Stack Overflow'?

05What does the 'extern' keyword signify?