CompTIA PenTest+ (PT1-002) — Question 57
Appending string values onto another string is called:
Answer options
- A. compilation
- B. connection
- C. concatenation
- D. conjunction
Correct answer: C
Explanation
The correct term for adding one string to another is concatenation, making option C the right answer. Compilation refers to converting code to machine language, connection refers to linking two entities, and conjunction is a grammatical term, none of which are related to string manipulation.