Which of the following statements is true?

a. Ranges of characters can be represented by placing a ~ between two characters.
b. [^Z] is the same as [A~Y].
c. Both “A*” and “A+” will match “AAA”, but only “A*” will match an empty string.
d. All of above.

c. Both “A*” and “A+” will match “AAA”, but only “A*” will match an empty string.

Computer Science & Information Technology

You might also like to view...

A line of people waiting for the bus at a bus station is an example of a real life queue.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the stack ADT implementation, the stack node looks like any linked list node except that it contains _____ rather than the actual data.

A. a data structure B. the name of the data C. a pointer to the data D. a copy of the data

Computer Science & Information Technology