C Preprocessor Question:

What is line in C Preprocessor?

C Preprocessor Interview Question
C Preprocessor Interview Question

Answer:

This a dynamic macro which stores the line number of the line presently being compiled. Value is constantly updated as compiler moves forward.


Previous QuestionNext Question
What is #line?What is file in C Preprocessor?