Definisi fungsi C.

returnType functionName(type1 argument1, type2 argument2, ...)
{
    //body of the function
}
SAMER SAEID