×
Login Or SignUp
Privacy Policy
Terms Of Service
freetests4u.com
Online Knowledge Sharing Platform
Login/SignUp
freetests4u.com
Blogs
Mock Tests
Videos
Jobs
6 .
All C# applications begin execution by calling the _____ method.
A.
Class()
B.
Main()
C.
Submain()
D.
Namespace
View Answer
Ans: Main()
7 .
A _______ is an identifier that denotes a storage location
A.
Constant
B.
Reference type
C.
Variable
D.
Object
View Answer
Ans: Variable
8 .
_________ are reserved, and cannot be used as identifiers.
A.
Keywords
B.
literal
C.
variables
D.
Identifiers
View Answer
Ans: 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 Answer
Ans: Object type
10 .
The character pair ?: is a________________available in C#.
A.
Unary operator
B.
Ternary operator
C.
Decision operator
D.
Functional operator
View Answer
Ans: Ternary operator
1
2
3
4
5
6
7
8
9
10