Is there a \'#\' operator in C ?
If yes then in the code
enum {ALPS, ANDES, HIMALYAS};
what would the following return ?
No. # is used for preprocessor directives, such as #include and #define. It can also be used inside macro definitions to prevent macro expansion.
#
#include
#define