What value will be returned by themyStr.length()statement in the code below?
?
string myStr = "Hello there";
int strlen = myStr.length();
?
A. 11
B. 10
C. 13
D. 12
Answer: A
Computer Science & Information Technology
You might also like to view...
All of the following are commonly used editing commands EXCEPT:
A) changing the sequence of columns. B) inserting a column. C) deleting a column. D) changing the sequence of rows.
Computer Science & Information Technology
Provide the steps for displaying an image in a PictureBox object.
What will be an ideal response?
Computer Science & Information Technology