Which of the following is a Lex operator?
Lex operator:-
Lex is a tool in lexical analysis phase to recognize tokens using regular expression.
Text characters :-( Letters of the alphabet, digits)
Operators:-" \ { } [ ] ^ $ < > ? . * + | () /
A dereference operator operates on a pointer variable, and returns the location-value, or l-value that it points to in memory. In the C programming language, the deference operator is denoted with an asterisk (*).