C Определение функции
returnType functionName(type1 argument1, type2 argument2, ...)
{
//body of the function
}
SAMER SAEID
returnType functionName(type1 argument1, type2 argument2, ...)
{
//body of the function
}