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

The best I can EXPLAIN: MySQL provides the FACILITY to use a wide range of escape sequences. They are special characters. They begin with the backslash character. For example, ‘\r’ specifies carriage return.



Discussion

No Comment Found

Related InterviewSolutions