retagged by
668 views

3 Answers

1 votes
1 votes
Syntax error: Compiler assume fro as a function but as semicolon can not be used in a function (parameters) due to which compiler generates syntactical error

Related questions

10 votes
10 votes
2 answers
1
shubhams3 asked Mar 22, 2016
1,066 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 ??
1 votes
1 votes
1 answer
2
0 votes
0 votes
2 answers
3
deep05 asked Feb 27, 2017
675 views
In below line is there any lexical error or not if yes then why?int A=123456789;
1 votes
1 votes
2 answers
4
Souvik33 asked Jan 12, 2023
577 views
What is the earliest stage compiler error for the following C code snippet:int x = @33;Lexical ErrorSyntax ErrorSemantic ErrorNone