Is there a '#' operator in C ?
If yes then in the code
enum {ALPS, ANDES, HIMALYAS};
what would the following return ?
#ALPS
|
Is there a '#' operator in C ? If yes then in the code
what would the following return ?
|
|||
|
|
|
The C language does not have an However, this "stringify" operator can only be used in the
The pre-processor will convert the above example into the following:
|
|||||||||||||||||
|
|
There is no |
|||
|
|
|
No. |
|||
|
|
|
The sharp symbol in C is the prefix for the preprocessor directives. It is not an operator ... |
|||
|
|
|
"#" isn't an operator in C.
But The preprocessor (which operates before the compiler) provides the ability for
_ the inclusion of header files :
In |
|||
|
|