Backslash is a backward-sloping slash used to separate directories in operating systems. C:\windows\users\...
The "\" character is called a backslash and the "/" character is called a forward slash or just "slash" (most commonly).

It is also used in some programming languages to declare the following character must be treated in a different way. String str="example \[title\]"
First time, "\" sign was used by Bob Bemer in 1961 to represent some Boolean operators in the ALGOL language (an early programming language used for scientific calculations). He used it in ASCII and then it became a standard key in keyboards.
The "\" character is called a backslash and the "/" character is called a forward slash or just "slash" (most commonly).

It is also used in some programming languages to declare the following character must be treated in a different way. String str="example \[title\]"
First time, "\" sign was used by Bob Bemer in 1961 to represent some Boolean operators in the ALGOL language (an early programming language used for scientific calculations). He used it in ASCII and then it became a standard key in keyboards.
There are no comments yet. Log in to add a comment.