Basic and Advance C Question:

What is #line used for?

Tweet Share WhatsApp

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 PDF Read All 221 C Programming Questions
Previous QuestionNext Question
What is a pragma in C?What is the difference between far and near in C?