Lesson 3 of 8 • 2 upvotes • 9:00mins
Preprocessor is program run before the compilation. # is a preprocessor directive. Preprocessor notices only # and keep the other code untouched. Preprocessor substitute the # with other content . The word followed by # is called directive name or Preprocessor command.
8 lessons • 1h 20m