Basic and Advance C Question:
Download Questions PDF

What is #line used for?

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?