InterviewSolution
Saved Bookmarks
| 1. |
If a ‘/’ is used before a character that has no special meaning, ‘/’ is ignored.(a) True(b) FalseThe question was posed to me in unit test.I need to ask this question from Regular Expression topic in portion Compiler Introduction of Compiler |
|
Answer» RIGHT answer is (a) True To ELABORATE: The BACKSLASH carries no SIGNIFICANCE and it is ignored. |
|