Datasegment.com Online Dictionary
  Online Dictionary : B : backslash

backslash


1 definition found

backslash - Free On-line Dictionary of Computing (26 May 2007) :

  backslash
  \
  
     <character> "\" ASCII code 92.  Common names: escape (from
     C/Unix); reverse slash; slosh; backslant; backwhack.  Rare:
     bash; ITU-T: reverse slant; reversed virgule; INTERCAL:
     backslat.
  
     Backslash is used to separate components in MS-DOS
     pathnames, and to introduce special character sequence in
     C and Unix strings, e.g. "\n" for newline.
  
     (2000-02-21)