Q. Which of the following can be used to define a function in C++?
β
Correct Answer: (D)
None of the above
Explanation: In C++, functions are defined using the return type followed by the function name and parameters.