C Preprocessor Question: Download C Preprocessor PDF

What are # Preprocessor operator in C?

Tweet Share WhatsApp

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 PDF Read All 33 C Preprocessor Questions
Previous QuestionNext Question
Can a file other than a .h file be included with #include?What is define directive?