Multiple choice technology programming languages

Concatenation function is possible only for

  1. Strings

  2. Characters

  3. Date

  4. All the above

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

In ABAP, the concatenation operator && can be used with strings, characters, and date values. Date values can be concatenated with strings after conversion. While the CONCATENATE statement and && operator work most naturally with strings and character-like types, they can also handle dates through implicit or explicit type conversion. The question tests knowledge that concatenation operations work across these basic data types, though in practice dates typically need conversion.