InterviewSolution
Saved Bookmarks
| 1. |
What is the escape sequence for carriage return?(a) ‘\c’(b) ‘\r’(c) ‘\b’(d) ‘\z’I got this question in semester exam.I need to ask this question from Perl DBI Overview topic in section MySQL Programs Using Perl DBI and PHP of MySQL |
|
Answer» Right answer is (b) ‘\R’ |
|