Question: What happens when string1 is added to string2 using the + sign in the C# programming language? a. The result is returned as a boolean
What happens when "string1" is added to "string2" using the + sign in the C# programming language?
| a. | The result is returned as a boolean integer. | |
| b. | The strings are converted to integer equivalents and then added together. | |
| c. | A type error occurs, and the program is halted. | |
| d. | The strings are concatenated together. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
