What is #line used for?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online C Programming Job Interview Questions And Answers