I want to get the output \\
,so I type this to my code putchar('\\\');
but it doesn't work out ,and I get the following error
D:\c++ work\change\change.cpp(17) : error C2001: newline in constant
D:\c++ work\change\change.cpp(17) : fatal error C1057: unexpected end of file in macro expansion
why?