CompTIA PenTest+ (PT0-002) — Question 93
Appending string values onto another string is called:
Answer options
- A. compilation
- B. connection
- C. concatenation
- D. conjunction
Correct answer: C
Explanation
The correct answer is C, concatenation, which specifically refers to the operation of joining two or more strings together. The other options do not relate to string manipulation: A, compilation, refers to converting code into executable form; B, connection, implies linking two systems or components; and D, conjunction, relates to grammar or logic, not string operations.