6 .
All C# applications begin execution by calling the _____ method.
A.Class()
B. Main()
C. Submain()
D.Namespace
View AnswerAns: Main()
7 .
A _______ is an identifier that denotes a storage location
A.Constant
B. Reference type
C. Variable
D.Object
View AnswerAns: Variable
8 .
_________ are reserved, and cannot be used as identifiers.
A.Keywords
B. literal
C. variables
D.Identifiers
View AnswerAns: Keywords
9 .
Boxing converts a value type on the stack to an ______ on the heap.
A.Bool type
B. Instance type
C. Class type
D.Object type
View AnswerAns: Object type
10 .
The character pair ?: is a________________available in C#.
A.Unary operator
B. Ternary operator
C. Decision operator
D.Functional operator
View AnswerAns: Ternary operator