|
|
In ASCII, it is defined as 13 in decimal and 0D in hexadecimal.
In the C programming language and many other languages influenced by it, \\r denotes this character.
The term derives from the fact that when this control character was sent to early printers, it would physically return the carriage, similar to the operation of a typewriter.
References