Computer Science, asked by rockyarun6717, 1 year ago

What are the different parts of a function defination

Answers

Answered by pragyakata
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
Similar questions