Select the type argument of an open constructed type?
Options:
A .  Gen
B .  Gen.
C .  Gen
D .  None of the mentioned
Answer: Option C
A generic type, such as Gen, is an abstraction.In C# terminology, a construct such as Gen is called an open constructed type, because the type parameter T (rather than an actual type, such as int) is specified.