What are arguments ? What are parameters ? How are these terms different yet related ? Give example.

Argument is data being passed to a function through function call.
Parameter is data being received by a function in function header.

Because both belongs to same function, Arguments appear in function call statement and Parameter appears in function header, so we can say these terms are related.

parameter and argument
error: Content is protected !!