0 votes
in C Plus Plus by
In C, What is the #line used for?

1 Answer

0 votes
by

In C, #line is used as a preprocessor to re-set the line number in the code, which takes a parameter as line number. Here is an example for the same.

...