Question 2873 – Environment
March 31, 2024UGC NET CS 2005 Dec-Paper-2
March 31, 2024UGC NET CS 2005 Dec-Paper-2
|
Question 5
|
Regular expression a+b denotes the set :
|
{a}
|
|
|
{ε, a, b}
|
|
|
{a, b}
|
|
|
None of these
|
Question 5 Explanation:
The regular expression a+b denotes the set {a, b}.
Correct Answer: C
Question 5 Explanation:
The regular expression a+b denotes the set {a, b}.
