Quiz
Quiz yourself on this chapter.
Technical Quiz
1.
Which statement about structs is incorrect?
A.
They are data entities that can be used to express the application domain.
B.
The define struct
directive is used to create a struct.
C.
They should be under your application domain namespace.
D.
They can be used in pattern matching.
1 / 3
...