Quiz
Evaluate your grasp of creating and using functions in D programming. This quiz helps reinforce your knowledge and prepares you for learning about immutability in the next chapter.
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 ...