Choose The Constructor Type Used To Build Strings From #876
Choose the constructor type used to build strings from character array.
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Miscellaneous Topics - Introduction of String Formatting - Quiz No.1.
Choose the constructor type used to build strings from character array.
public String(value)
public String(char[ ] value, int startIndex, int length)
public String(char[ ])
all of the mentioned