Multiple choice technology programming languages

Which operator is used for concatenation ?

  1. Concat

  2. And

  3. With

  4. Append

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Model 204 User Language, the WITH operator is used to concatenate strings or values together in print and assignment statements.