C Preprocessor Question:
Download Job Interview Questions and Answers PDF
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.
Download C Preprocessor Interview Questions And Answers
PDF
Previous Question | Next Question |
Can a file other than a .h file be included with #include? | What is define directive? |