Multiple choice The output of lexical analyzer is a set of regular expressions syntax tree a set of tokens a string of characters Reveal answer Fill a bubble to check yourself C Correct answer Explanation The lexical analyzer (or scanner) reads the source code as a stream of characters and groups them into meaningful sequences called tokens.