What is ## Preprocessor operator in C?

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

Read Online C Preprocessor Job Interview Questions And Answers