C Preprocessor Question:
Download Questions PDF

What is ## Preprocessor operator in C?

Answer:

## is called the pasting opertor which is used to concates two tokens. Use of ## is shown in the source code.

Download C Preprocessor Interview Questions And Answers PDF

Previous QuestionNext Question
What is the general form of #line preprocessor?What is #define?