update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
12
Task/Function-prototype/00DESCRIPTION
Normal file
12
Task/Function-prototype/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Some languages provide the facility to declare functions and subroutines through the use of [[wp:Function prototype|function prototyping]]. The task is to demonstrate the methods available for declaring prototypes within the language. The provided solutions should include:
|
||||
|
||||
* An explanation of any placement restrictions for prototype declarations
|
||||
* A prototype declaration for a function that does not require arguments
|
||||
* A prototype declaration for a function that requires two arguments
|
||||
* A prototype declaration for a function that utilizes varargs
|
||||
* A prototype declaration for a function that utilizes optional arguments
|
||||
* A prototype declaration for a function that utilizes named parameters
|
||||
* Example of prototype declarations for subroutines or procedures (if these differ from functions)
|
||||
* An explanation and example of any special forms of prototyping not covered by the above
|
||||
|
||||
Languages that do not provide function prototyping facilities should be omitted from this task.
|
||||
Loading…
Add table
Add a link
Reference in a new issue