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.
Previous Question | Next Question |
Can a file other than a .h file be included with #include? | What is define directive? |