Is there a \'#\' operator in C ?
If yes then in the code
enum {ALPS, ANDES, HIMALYAS};
what would the following return ?
The sharp symbol in C is the prefix for the preprocessor directives.
It is not an operator ...