Computer Science, asked by venkateshchaithra993, 2 days ago

what a function is called in c++​

Answers

Answered by sh2081095
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