InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|