Declaration of function:
1.function name
2.function type
3.list of parameter
syntax
Function type function_type(parameter list)
Example
int mul(int m,int n);
Declaration of function in c
Subscribe to:
Post Comments (Atom)
>
Declaration of function:
1.function name
2.function type
3.list of parameter
syntax
Function type function_type(parameter list)
Example
int mul(int m,int n);
0 comments:
Post a Comment