Parameters and Arguments

Cards (4)

  • Parameters are the list of variables that is declared in the function.
  • Parameters are the list of variables that is declared in the function.
  • Arguments are the actual values to be passed when a function is called.
  • Arguments are the actual values to be passed when a function is called.