How do you output \ symbol using cout?
|
|
Use two backslashes |
|||
|
|
|
|
The '\' character is an escape character in C and C++. You can output a literal '\' by escaping it with itself:
|
|||
|
|
|
|
In addition to all the correct answers, see this for further escaped characters
|
||||||
|
|
|
Maybe
|
||
|
|
|
|
|
||
|
|
