What are functions ? What are the various components of functions?
Answers
Answered by
4
Answer: A function definition has two principal components: the first line (including the argument declarations), and the so-called body of the function. The allowable data types for a function's arguments are int and double.
!! mark me brainliest please please !!
Answered by
6
Answer:
A function definition has two principal components: the first line (including the argument declarations), and the so-called body of the function. The allowable data types for a function's arguments are int and double.
Similar questions