Home » C++ Programming » Functions » Question
  1. What are mandatory parts in the function declaration?
    1. parameters, function name
    2. return type, function name
    3. return type, function name, parameters
    4. All of above
    5. None of these
Correct Option: B

In a function, return type and function name are mandatory all else are just used as a choice.



Your comments will be displayed only after manual approval.