1.

What Are # Preprocessor Operator In C?

Answer»

# is called stringize opertor and TURNS the ARGUMENT it precede into a QUOTED string. Use of # is shown in the C Source CODE given below and should be PROPERLY studied.

# is called stringize opertor and turns the argument it precede into a quoted string. Use of # is shown in the C Source code given below and should be properly studied.



Discussion

No Comment Found