Which of the following items are present in the function header?
Answers
Answered by
16
Explanation:
A function header is consist of function name and parameters list.
So you have not given the options but I am giving you the right option also
So, the answer is option D Both A and B.
PLEASE PLEASE MARK IT AS THE BRAINLIEST
THANK YOU
Answered by
0
Function Header:
A function header is made up of the function name and a list of parameters.
- Function name: This is the function's actual name.
- The function signature is made up of the function name and the list of parameters.
- Parameter list: A parameter is a placeholder.
- You pa-ss a value to the parameter when calling a function.
- The real parameter or argument is the name given to this value.
- A function's parameter list specifies the type, order, and number of its parameters.
- Parameters are optional; a function may or may not have any.
Similar questions