Multiple Choice
The bounds on a string are always:
A) 0 to string.Length.
B) 1 to string.Length.
C) 0 to string.Length - 1.
D) 1 to string.Length - 1.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q82: Method AppendFormat allows:<br>A) numbers to be inserted
Q83: There are many character methods,some of which
Q84: In order to concatenate a string with
Q85: Which is not a StringBuilder method<br>A) Insert<br>B)
Q86: If two StringBuilder objects contain the same
Q87: When using the string constructor (char,int),the character
Q88: string objects are _ and StringBuilders are
Q89: Method Match will only return a single
Q90: When creating a string object,if a character
Q92: strings cannot be changed.