C Preprocessor Question:
Download Questions PDF

What are # Preprocessor operator in C?

C Preprocessor Interview Question
C Preprocessor Interview Question

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.

Download C Preprocessor Interview Questions And Answers PDF

Previous QuestionNext Question
Can a file other than a .h file be included with #include?What is define directive?