The preprocessor directive
#line 200
a) numbers the first 200 lines of a source-code program from 1 to 200.
b) numbers the first 200 lines of a source-code program from 0 to 199.
c) starts line numbering from 200 beginning with the next source-code line
d) numbers the next line 200 and has no effect on other lines.
ANS: (c)
c) starts line numbering from 200 beginning with the next source-code line
Computer Science & Information Technology