Solved

What Happens When "String1" Is Added to "String2" Using the

Question 25

Multiple Choice

What happens when "string1" is added to "string2" using the + sign in the C# programming language?


A) The strings are concatenated together.
B) The strings are converted to integer equivalents and then added together.
C) The result is returned as a Boolean value.
D) A type error occurs, and the program is halted.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions