C Preprocessor Question:

Download Job Interview Questions and Answers PDF

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.

Download C Preprocessor Interview Questions And Answers PDF

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