Question: What is optional in a function declaration?

  1. data type of parameters
  2. return type of function
  3. parameter names
  4. number of parameters

Answer: The correct answer of the above question is Option C:parameter names