What is Slash r in programming?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
\r is a carriage return character; it tells your terminal emulator to move the cursor at the start of the line. The cursor is the position where the next characters will be rendered.