Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
int main() { char txt[] = "The character \\ is called backslash."; printf("%s", txt); return 0; }
The character \ is called backslash.