What are # Preprocessor operator in C?

Submitted by: Muhammad
# 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.
Submitted by: Muhammad

Read Online C Preprocessor Job Interview Questions And Answers