Logo

C- Questions Set 7:

Quiz Mode

Which of the following methods does every C# program have?

1
2
3
4

Solution:

Which of the following is not a built-in data type in C#?

1
2
3
4

Solution:

Which of the following keywords is used to define a class in C#?

1
2
3
4

Solution:

Which accessor is used to read the value of a member and return the property value?

1
2
3
4

Solution:

Which method is used to split a string into substrings?

1
2
3
4

Solution:

Which of the following is an example of a loop structure in C#?

1
2
3
4

Solution:

Which of the following is an example of a static method in C#?

1
2
3
4

Solution:

In C#, which of the following access modifiers is used to restrict access to members within the same class?

1
2
3
4

Solution:

Which of the following provides thread support in .NET?

1
2
3
4

Solution:

What does MSIL stand for?

1
2
3
4

Solution: