C Preprocessor Question:

What is ## Preprocessor operator in C?

C Preprocessor Interview Question
C Preprocessor Interview Question

Answer:

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


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