Search This Blog

Saturday, March 3, 2012

Structure of a Function


Structure of a Function


Function name (parameters)
{
local variables ;
statements ;
}

The Minimum C Program

main()
{
}

No comments:

Post a Comment