Home
C Tutorial
Language
Data Type
String
printf scanf
Operator
Statement
Array
Function
Structure
Pointer
Memory
Preprocessor
File
Data Structure
Search Sort
Wide Character String
assert.h
ctype.h
math.h
setjmp.h
signal.h
stdio.h
stdlib.h
string.h
time.h
wctype.h
Function Prototype « Function « C Tutorial
C Tutorial
Function
Function Prototype
8.3.Function Prototype
8.3.1.
Function prototype
8.3.2.
Function is defined after main: prototype the function
8.3.3.
Function is defined above the function main: it is not necessary to prototype the function