7.Identify the program that performs lexical analysis can be called as A. Lexer B. Tokenizer C. Both a&b D. None of the above code example
Example: lexene token pairs of java codes
/* Hello world */print("Hello, World!\n");
/* Hello world */print("Hello, World!\n");