C Preprocessor Question:
Download Questions PDF

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.

Download C Preprocessor Interview Questions And Answers PDF

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