Formal arguments

Arguments mentioned in function definition.

int factorial(int n)
{
  // write logic
}

n is the formal argument in the above^