VIII.1: When should I declare a function?
VIII.2: Why should I prototype a function?
VIII.3: How many parameters should a function have?
VIII.4: What is a static function?
VIII.5: Should a function contain a return statement if it does not return a value?
VIII.6: How can you pass an array to a function by value?
VIII.7: Is it possible to execute code even after the program exits the main() function?
VIII.8: What does a function declared as PASCAL do differently?
VIII.9: Is using exit() the same as using return?
No comments:
Post a Comment