What is the symbol for a finite set of alphabet?
Sigma
What is the set of all strings over Sigma?
Sigma Asterisk (Kleene Star)
What is a language (denoted by L) in terms of Sigma?
A subset of Sigma Asterisk (Kleene Star)
What is a string in C++?
An array of characters ending with the special character ‘\0’