What is the general form of function in C?
236k points Registered user
The function definition in C contains four main sections.
return_type function_name( parameter list )
{
body of the function
}
Get access to your account and question