How can the white spaces from the output of the following line:
$C++$
be omitted so that there is no white space between 'C' and '+' and the last '+'.
The current output is:
C + +
C and the pluses are considered operands and operators.
How can the white spaces from the output of the following line:
$C++$
be omitted so that there is no white space between 'C' and '+' and the last '+'.
The current output is:
C + +
C and the pluses are considered operands and operators.
{}, + have special meaning in math – daleif Jan 19 '16 at 19:23