Declaration
Declaration
A function declaration specifies the function's return type, name, and parameters, ending with a semicolon where the opening brace would have gone
void Hello( string firstName, string lastName );
A function declaration specifies the function's return type, name, and parameters, ending with a semicolon where the opening brace would have gone
void Hello( string firstName, string lastName );