Quiz
Here is a quiz to test your knowledge of the use of functions in D.
We'll cover the following...
We'll cover the following...
Technical Quiz
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
1 / 5
In the ...