InterviewSolution
Saved Bookmarks
| 1. |
Regular expressions can be used only for values of type string and number.(a) True(b) FalseThe question was asked during an online interview.This interesting question is from Finite Automata and Regular Expressions in section Compiler Introduction of Compiler |
|
Answer» CORRECT CHOICE is (B) False The explanation is: RE is used for all types of STRING and numbers. |
|