C Preprocessor Question: Download C Preprocessor PDF

What is ## Preprocessor operator in C?

Tweet Share WhatsApp

Answer:

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

Download C Preprocessor PDF Read All 33 C Preprocessor Questions
Previous QuestionNext Question
What is the general form of #line preprocessor?What is #define?