Miscellaneous In C Sharp - Study Mode
[#81] What does the following C# code set specifies? public static int Compare(string strA, string strB)
Correct Answer
(D) All of the mentioned
[#82] Which of the following is not a namespace in the .NET Framework Class Library?
Correct Answer
(A) System.Process
[#83] Which among the following is not the ordered collection class?
Correct Answer
(A) BitArray
[#84] Select the operators used for checking the equality in strings:
Correct Answer
(A) !=
[#85] Which of the following functions return absolute value of a variable?
Correct Answer
(A) Abs()