Multiple Choice
Which of the following is true for a void function?
A) There cannot be a return statement.
B) The value of void should be returned.
C) The value of 0 should be returned.
D) Nothing is returned.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: What is the correct way to call
Q36: A simplified main program used to test
Q37: Call-by-reference should be used<br>A) For all variables<br>B)
Q38: The preconditions) for a function describe:<br>A) What
Q39: Testing a function or program using test
Q41: Using functions in a program is called
Q42: Call-by-reference parameters are passed<br>A) nothing<br>B) the actual
Q43: The variables passed a function are called
Q44: What symbol is used to signify that
Q45: A _ is a simplified version of