answersLogoWhite

0

/ forward slash

^First answer is wrong. It's the backslash (\)

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Which character is used as a path separator?

Under Microsoft Windows, the character that separates directories within a path is the backslash ( \ ). For compatibility with UNIX, the forward slash ( / ) is now also generally accepted.


What is a character used to identify column placement in text usually a tab or a comma is called?

Separator Character


What is the normal path of the Windows paging used for virtual memory?

C:\pagefile.dat


What is the normal path of windows paging file used for virtual memory?

C:\pagefile.dat


What is the difference between water separator and moisture separator?

A water separator is used to remove bulk water from a gas stream, while a moisture separator is used to remove fine water droplets or mist from a gas stream. Water separators are typically used in larger industrial applications, while moisture separators are used in processes where precise control of moisture content is important, such as in compressed air systems.


11 What is the normal path of the Windows paging file used for virtual memory?

C:/pagefile.sys


What does backslash mean in programming?

In computing, the backslash character \ has many different uses. Aside from being the file path separator character on Windows-based operating systems, the backslash most commonly is used as an escape character. An escape character is one that alters the meaning of the character which follows it:On a Unix console, a backslash can prevent a space from breaking two words into two tokens.In C programming (and many other programming languages), when used within a string, a backslash character is the preamble to an escape sequence, a one or more character sequence with a special meaning. For example, \n stands for a newlinecommand when interacting with console output, \x12represents a character with the hexadecimal value 12.In C programming, when used outside a string and as the last character on an input line, the backslash indicates line continuation. The compiler will thus treat the current line and the one that follows as one line of input.In regular expressions, a backslash character is typically used to change a special character into a plain character. For example, most regular expression dialects recognize the period as an operator that matches any input character. The sequence \. can be used to match a period.


What are the trapes which used to to trap gas and oil?

Oil separator


What would an oil separator be used for?

An oil separator is a device designed to separate well fluids produced from oil and gas wells into gaseous and liquid components. The various components have different densities and this allows the oil separator to separate them.


What is classpath and path in java?

if you are using the IDE then there is no need to set class path, ant you are using Command prompt to run the java program then you need to set the class path where the class (which is going to be used in your program) is actually located,use the following command:set calsspath=%classpath%;actual_path_of the class;we cancall more than two class by using this command by using separator (,)


Serum separator tubes used in hematology may not be used when collecting blood for a?

Serum Separator Tube (SST ™') for serum determinations in chemistry and serology. Contains separator gel and should not be used for toxicology or drug testing. Inversions ensure mixing of clot activator with blood. Blood clotting time 30 minutes.


What is the purpose of PATH variable in Linux?

It's an environment variable that stores the paths of commonly used executables. All OSes have this set, even on Windows.