Basic and Advance C Question:

Download Job Interview Questions and Answers PDF

What is #line used for?

C Programming Interview Question
C Programming Interview Question

Answer:

The #line preprocessor directive is used to reset the values of the _ _LINE_ _ and _ _FILE_ _ symbols, respectively. This directive is commonly used in fourth-generation languages that generate C language source files.

Download C Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is a pragma in C?What is the difference between far and near in C?