cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Preprocessor or lexical analysis
Preprocessor or lexical analysis
Aug 12, 2017 at 2:44pm UTC
p01ajanikar
(5)
The following transformations takes place in Lexical Analysis or Preprocessor makes it?
1) Omitting the comments
2) Backline/New Line sequences
3) Replacement of Predefined macros...
Aug 12, 2017 at 3:46pm UTC
Duthomhas
(13201)
Prerocessor.
It probably took you more time to ask here on the forum than it would have to just type "preprocessor" or "lexical analysis" into Google.
It helps to remember if you think about the goals of each step.
Hope this helps.
Topic archived. No new replies allowed.