Parameters are basically variable that are used in the definition of a function used to present arguments passed in a function. Parameters may help generalize the solution of a given problem in a function. Functions with parameters can therefore be used to prevent duplicated code creation in programming. Therefore, the statement B and C are correct.