|| operator is used for string concatanation.
||
char str; str = "Hello" || " " || "world";
Last updated 4 years ago
Was this helpful?