Function declared in C Language

return_type function_name(formal parameter list)
{
       Function_Body;
}
 

Posted on by