how to print \ and \n in c++ | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

how to print \ and \n in c++

why we have to add another \

24th Jan 2017, 11:11 AM
Shivam Raghuwanshi
2 ответов
+ 1
try scaping the \ adding another the \. It would be \\ and \\n.
24th Jan 2017, 11:06 AM
Kleber Leal
Kleber Leal - avatar
- 1
try it:-) #include <iostream> using namespace std; int main() { cout << "\\ and \\n"; return 0; } //I think now it's true...;-)
24th Jan 2017, 11:19 AM
ㅤ Tweetu 😆 ㅤㅤ
ㅤ  Tweetu 😆 ㅤㅤ - avatar