retagged by
354 views

1 Answer

Related questions

5.9k
views
7 answers
6 votes
Ashwani Kumar 2 asked Feb 7, 2017
5,923 views
Find the type of error produced by the following C code.main() { in/*comment t x; floa/*comment*/t gate; }Lexical errorsyntax errorboth a) and b) None of these
1.5k
views
1 answers
1 votes
rahul sharma 5 asked Apr 28, 2018
1,524 views
int a = b+*/c;Which phase will give the error?Lexical or syntax?
1.1k
views
2 answers
10 votes
shubhams3 asked Mar 22, 2016
1,124 views
a = 1+1+1+ 1+1+1 1+1;as far as i think, it will pass the lexical phase.. it should b syntax error.. correct ??
665
views
2 answers
1 votes
Souvik33 asked Jan 12, 2023
665 views
What is the earliest stage compiler error for the following C code snippet:int x = @33;Lexical ErrorSyntax ErrorSemantic ErrorNone