Computer Science, asked by GullyboiSid, 4 months ago

difference between / and \\

Answers

Answered by Anonymous
1

the second syntax with \ is correct and you should use that one, the first with \\ works too.

the second syntax with \ is correct and you should use that one, the first with \\ works too.The only exception is double-backslash at the very beginning of a path that indicates a UNC path.

the second syntax with \ is correct and you should use that one, the first with \\ works too.The only exception is double-backslash at the very beginning of a path that indicates a UNC path.See Universal Naming Convention.

the second syntax with \ is correct and you should use that one, the first with \\ works too.The only exception is double-backslash at the very beginning of a path that indicates a UNC path.See Universal Naming Convention.Windows ignores double backslashes. So while

Similar questions