edited by
1,027 views
4 4 votes
Marcos & prepocessor directive (#define, #include) are handle by which phase of compiler ?? Or it is not input to compiler,it is alredy handled in preprocessor???

Please explain in detail..

1 Answer

Position:
Show:

Related questions

1 1 vote
1 1 answer
115
115 views
Shubham Sharma 2 asked Apr 19
115 views
Match the LIST-I with LIST-IILIST-IInputLIST-IICompiler PhaseA.Syntax TreeI.Code GeneratorB.Character StreamII.Syntax AnalyzerC.Intermediate RepresentationIII.Semantic An...
1 1 vote
2 2 answers
543
543 views
GO Classes asked Feb 10
543 views
Consider the following C statements:$\texttt{char *str1 = "Hello;}$ $\quad // \text{stmt } S_1$$\texttt{char *str2 = "Hello;";}$ $\quad // \text{stmt } S_2$$\texttt{int ...