C# - Level Beginner
1
/20
0
:
0
Submit
Total 20 question (100 marks)
1. Which of the following is a reference type in C#
2. Which of the following methods is an entry point in the C# console program?
3. Which of the following are value types in C#?
4. What is the nullable type in C#?
5. 10 > 9 ? "10 is greater than 9" : "9 is greater than 10" is an example of
6. Struct is a _____.
7. What is an indexer?
8. Which of the following is true for ReadOnly variables?
9. Which of the following statements is true?
10. Which of the following statements is true?
11. Which of the following statements is true?
12. Which of the following is the correct way of declaring an array in C#?
13. Return type of Predicate<T>() is always a ______.
14. Which of the following datatype can be used with enum?
15. All arrays start with _____ index.
16. LINQ stands for ________.
17. Func and Action are the types of ______.
18. Data type of a variable declared using var will be assigned at _______.
19. String is ______.
20. The partial class allows ________.
1.
Which of the following is a reference type in C#
A
None of them
B
Boolean
C
Long
D
String
Next
Previous
You are need login before take this quiz.
Login