What are the different parts of a function defination
Answers
Answered by
0
A C++ function definition consists of afunction header and a function body. Here are all the parts of a function − Return Type − A function may return a value. The return_type is the data type of the value the function returns.
Hope it will help you
Hope it will help you
Similar questions