What is #line used for?
By admin on Jan 17, 2007 in C Interview Questions, Technical
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.


