Quiz

Here is a quiz to test your knowledge of file handling in D.

We'll cover the following...
Technical Quiz
1.

Standard input can be redirected from a file by using the ____ operator?

A.

>

B.

<

C.

>>

D.

<<


1 / 5

In the next chapter, you ...