Function prototype: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header.
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 1:
{{task}}
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:
 
 
;Task:
Demonstrate the methods available for declaring prototypes within the language. The provided solutions should include:
 
* An explanation of any placement restrictions for prototype declarations
Line 11 ⟶ 15:
* An explanation and example of any special forms of prototyping not covered by the above
 
<br>
Languages that do not provide function prototyping facilities should be omitted from this task.
<br><br>
 
=={{header|Ada}}==