Miscellaneous In C Sharp - Study Mode
[#56] What does preprocessor directive #if and #endif explains?
Correct Answer
(D) All of the mentioned
[#57] Which string operation does the below-mentioned method define? public static string Concat(string str0, string str1)
Correct Answer
(D) all of the mentioned
[#58] Among the given collections which one is I/O index based?
Correct Answer
(A) ArrayList
[#59] Choose the class from which the namespace 'System.Type' is derived?
Correct Answer
(B) System.Reflection.MemberInfo
[#60] What does the following C# code set specify? public static int Compare(string strA, int indexA, string strB, int indexB, int length, bool ignoreCase)
Correct Answer
(D) All of the mentioned