what a function is called in c++
Answers
Answered by
0
Answer:
The C ++ function consist of two parts:
Declaration: the return type, the name of the function, and parameters.
Definition: the body of the function.
Similar questions