[C] Introduction of Functions
Last Updated on 2021-04-29 by Clay
Function is an important concept in programming. A function is not a formula (of course it may be), but a block of code that completes a specific function.
Generally, function is a bit like formula: we input something, and the executed result will be generated.
Read More »[C] Introduction of Functions