Computer Science, asked by Vinodboliwar7605, 1 month ago

Which of the following enclose the input parameters or arguments of a function?
Group of answer choices

Answers

Answered by trishasudheesh
4

iWhat is the default return value for a function that does not return any value explicitly?

A. None

B. int

C. double

D. public

E. null

Click here to view the answer.

Q-2. Which of the following items are present in the function header?

A. function name

B. function name and parameter list

C. parameter list

D. return value

Click here to view the answer.

Q-3. Which of the following enclose the input parameters or arguments of a function?

A. brackets

B. parentheses

C. curly braces

D. quotation marks

Similar questions