How could you replace the statement CONCATENATE a b INTO c.?
There are 2 correct answers to this question.
c = |{ a }{ b }|.
c = |a&&b|.
c = a& b.
c = a && b.
Submit