-
Notifications
You must be signed in to change notification settings - Fork 0
section6_intro
Fábio Gaspar edited this page Jan 15, 2019
·
1 revision
Functions play a major rule in C programs. In this section we will cover how functions can be used, how to declare and define them, some scope rules and explore the extern
keyword which can be used along variables and functions reforcing the differences between declaration and definition.
Soon...