adplus-dvertising
frame-decoration

Question

If a ‘/’ is used before a character that has no special meaning, ‘/’ is ignored.

a.

True

b.

False

c.

May be

d.

Can't say

Answer: (a).True

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If a ‘/’ is used before a character that has no special meaning, ‘/’ is ignored.

Similar Questions

Discover Related MCQs

Q. ___________ Are automatically treated as regular expressions.

Q. You can use RE, if you expect the value of a property to change in an unpredictable way each time its run.

Q. RE can be used only for values of type string and number.

Q. A regular expression enables a quick test to determine objects and text strings with undependable values.

Q. Which concept of grammar is used in the compiler

Q. If we compile the sam.c file with the command “gcc -o sam sam.c”, then the executable file will be

Q. __________ was developed from the beginning as a cross compiler

Q. The __________ is a technique for building cross compilers for other machines

Q. Is GCC a cross Complier

Q. Cross compiler is used in Bootstrapping.

Q. Regular Expressions can be used with XML checkpoints.

Q. All __________ are automatically treated as regular expressions.

Q. What is the Regular Expression Matching Zero or More Specific Characters

Q. Regular expressions can be used only for values of type string and number.

Q. Which of the following strings is not generated by the following grammar?
S → SaSbS|ε

Q. Given a NFA with N states, the maximum number of states in an equivalent minimized DFA is at least.

Q. Consider the following two statements:
S1: { 02n |n >= l} is a regu1ar language

S2: { 0m 0n 0(m+n) l m >= 1 and n >= 2} is a regu1ar language

Which of the following is true?