Multiple Choice
What is the value of the variable string after the execution of the following code?
String = 'Hello'
String += ' world'
A) 'Hello'
B) ' world'
C) 'Hello world'
D) Invalid code
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A(n)_ exception will occur if you try
Q18: The _ method returns the list of
Q18: When accessing each character in a string,such
Q20: Strings are _, which means that once
Q21: If the start index is _ the
Q23: The _ operator can be used to
Q24: The _ method returns true if the
Q26: What is the first negative index in
Q27: What will be assigned to the string
Q29: In slicing,if the end index specifies a