Quiz
Here is a quiz to test your knowledge of the use of functions in D.
We'll cover the following...
1
If a function has more than one return statement, then the value of the last return statement that gets executed determines the return value of the function of a particular call.
A)
True
B)
False
Question 1 of 50 attempted
...