Which escape sequence moves the cursor at the beginning of current line?
Which escape sequence moves the cursor at the beginning of current line?
کون سا فرار کی ترتیب موجودہ لائن کے آغاز میں کرسر کو منتقل کرتی ہے؟
Explanation
r is the carriage return escape sequence, which moves the cursor to the beginning of the current line.
It does not move to the next line, unlike n (newline).