Computer Science for IGCSE & O level - Programming (Section 5 - No. 41)

What will `"Hello" + " " + "World"` evaluate to?
HelloWorld
Hello World
Hello+World
Error

Explanation

String concatenation joins strings together, including spaces.

Comments (0)

Advertisement