Computer Science, asked by rahul8439, 5 months ago

All functions of c++

Answers

Answered by shweta7013
5

Hii buddy,

● A C^++ function consists of a function header

and function body . Here all parts of function are given as:

☆Return type : A function may return a value .

The return type is the data type of value that of value that function returns. Some functions provide desired operation without returning a value .In this case the return type is the keyboard type.

.Function name: This is the actual name of function .The function name and the parameter list together constitute the function of signature.

Parameter: A parameter is like a place holder. When a function is invoked, u pass a value to the parameter.

This value is referred as Parameter or Arguement.

.Function body: The function body contains a collection of statement that define what the fu action does.

If it helps u then thank u so much

And best of luck engineer :)

Similar questions