233 views
0 votes
0 votes
we know that a + *b there is no semantic error but a + /b is a syntax error or semantic error?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Dknights asked Oct 8, 2023
111 views
Can someone explain the chart and table for the below grammar for LR(1)?E->numE->E+E/E*E
1 votes
1 votes
0 answers
3
samarpita asked Dec 10, 2021
463 views
My question is here that...we know what is static single assignment code ...that the left side we will be a new variable...and in 3 address code there is no such thing......
0 votes
0 votes
0 answers
4
samarpita asked Dec 10, 2021
273 views
float a =10 is not a semantic error but in the semantic phase int a =10.0 will be a semantic error or not bcz compiler cannot do explicit type conversion..so it must be a...