Term
|
Definition
|
|
Term
|
Definition
There must be one argument in the function call for each parameter in the function definition. |
|
|
Term
Function Signature or Signature |
|
Definition
The portion of a function prototype that includes the name of the function and the types of its arguments. |
|
|
Term
|
Definition
forcing arguments to the appropriate types specified by the parameter declarations. |
|
|
Term
|
Definition
To convert between types without losing data. |
|
|
Term
|
Definition
|
|
Term
|
Definition
auto, register, extern, mutable and static |
|
|
Term
|
Definition
identifiers followed by a colon |
|
|