Solved

Which of the Following Syntax Is Used for a Function

Question 35

Multiple Choice

Which of the following syntax is used for a function to return a value?


A) return value; function_name(parameters) { commands }
B) function return value; { function_name(parameters) commands }
C) function function_name(parameters) { commands return value;}
D) function_name(parameters) { return value; commands }

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions