1,098 views
0 votes
0 votes
This program will give lexical error or not?

Int main()

{

Int a = 09;

/* Hello world */

}

In the solution it is written that this program will give lexical error because integer has been assigned an invalid octal. Is this problem comes under lexical error?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
1 answer
2
yashss2001 asked Jan 1
216 views
Consider the following C code:d=a+be=a-bf=c+dg=c-ea=f+gb=f-gc=d+eThe minimum number of total variables required to convert the above code segment to static single assignm...
2 votes
2 votes
0 answers
3
1 votes
1 votes
3 answers
4
Rahhul A asked Nov 10, 2023
504 views
$\text{ Find $\textbf{First(A)}$ and $\textbf{Follow(B)}$ }?$