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?