InterviewSolution
Saved Bookmarks
| 1. |
What Is Line In C Preprocessor? |
|
Answer» This a dynamic MACRO which STORES the LINE NUMBER of the line PRESENTLY being compiled. Value is constantly updated as compiler moves forward. This a dynamic macro which stores the line number of the line presently being compiled. Value is constantly updated as compiler moves forward. |
|