InterviewSolution
Saved Bookmarks
| 1. |
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. ## is called the pasting opertor which is used to concates two tokens. Use of ## is shown in the source code. |
|