C program to simulate lexical analyzer for validating operators
This program is designed to read an operator input from the user and determine what type of operator it is. It uses a switch statement to analyze the input and identify single-character and double-character operators, such as: Greater than (>) and Greater than