If you concatenate strings together with the plus sign (+), which of the following statements is true?
Group of answer choices

A). The resulting string must be less than 128 characters in length
B). Only the longer input string will appear in the output string
C). space will be automatically added to separate each part within the output string
D). No spaces will be added to separate the parts within the output string