Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
using namespace std; int main() { string txt = "The character \\ is called backslash."; cout << txt; return 0; }
The character \ is called backslash.