Page 1 of 1

Which of the regular expressions corresponds to the given problem statement: P(x): Express the identifiers in C Programm

Posted: Thu Jul 14, 2022 9:24 am
by answerhappygod
a) (l+_)(d+_)*
b) (l+d+_)*
c) (l+_)(l+d+_)*
d) (_+d)(l+d+_)*