Answers for "difference between \n and \r"

1

difference n r

n is the classic line_feed on Unix/Linux (his ascii is 10 in decimal and 0a in hexadecimal)
rn is the classic line_feed on Windows
r is the classic line_feed on olds version of MacOs (pre-MacOsX version) (his ascii is 13 in decimal an 0d in hexadecimal)
Posted by: Guest on June-17-2020

Code answers related to "difference between \n and \r"

Python Answers by Framework

Browse Popular Code Answers by Language