Miscellaneous In C Sharp - Study Mode

[#91] Which of these method of class String is used to obtain length of String object?
Correct Answer

(D) Length()

[#92] Which of these operators can be used to concatenate two or more String objects?
Correct Answer

(A) +

[#93] In which of the following collections is the I/O based on a key?
Correct Answer

(B) SortedList

[#94] Which among the following is not a preprocessor directive?
Correct Answer

(C) #Or

[#95] Which among the following is the correct way to find out the number of elements currently present in an ArrayListCollection called arr?
Correct Answer

(B) arr.Count