Solved

Which of the Following Assigns the Result of Calling a Function

Question 137

Multiple Choice

Which of the following assigns the result of calling a function named returnHello that returns a value of "Hello" and takes no parameters correctly?


A) returnHello("Hello") ;
B) msg = returnHello() ;
C) msg = returnHello("Hello") ;
D) returnHello("World") ;

Correct Answer:

verifed

Verified

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

Related Questions