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
a) (l+_)(d+_)*
b) (l+d+_)*
c) (l+_)(l+d+_)*
d) (_+d)(l+d+_)*
b) (l+d+_)*
c) (l+_)(l+d+_)*
d) (_+d)(l+d+_)*