Concatanation Operator
Description
||
operator is used for string concatanation.
Declaration
Parameters
Return Value
Example
char str;
str = "Hello" || " " || "world";
Last updated
Was this helpful?