Interview Questions

What is #line used for?

C Interview Questions and Answers


(Continued from previous question...)

What is #line used for?

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.

(Continued on next question...)

Other Interview Questions