Ampersand in computing
Friday, March 20th, 2009Ampersand is a common symbol for “and”, used as the “address of” operator in C, the “reference” operator in C++ and a bitwise AND operator in several programming languages. UNIX shells use the character to indicate that a task should be run in the background. That is, the process started by the command can continue [...]

