Page 1 of 1

Design a state diagram to recognize one form of the comments of the C-based programming languages, those that begin with

Posted: Sat Feb 19, 2022 3:21 pm
by answerhappygod
Design a state diagram to recognize one form of the comments of
the C-based programming languages, those that begin with /* and end
with */.
Write and test the code to implement the state diagram