in Compiler Design
443 views
0 votes
0 votes
Which phase of the compiler detects the error?

#include<stdio.h>

int main()

{

printf(“%d”,2..3);

return 0;

}

I think lexical analyzer am i correct?
in Compiler Design
443 views

1 comment

Yes. Because it does not match the pattern of real no.
1
1

Please log in or register to answer this question.