This section covers PHP multiple choice Questions and Answers on PHP Strings
<?php $str = "Learn PHP and \c"; echo $str; ?>
View Answer Comment
Answer: Option [C]
Unknown escape sequence \c is ignored
Answer: Option [B]
Answer: Option [D]
Answer: Option [A]