edited by
647 views

1 Answer

1 votes
1 votes
We know that comment lines are replaced by single space

The expression will become like

in t=10;

We can see both in and t are different identifiers

Related questions

5 votes
5 votes
1 answer
1
rahul sharma 5 asked Oct 9, 2017
5,524 views
void main(){i/*nt*/a=10;return;}Number of tokens in above code:?
2 votes
2 votes
2 answers
2
Na462 asked Nov 7, 2018
3,607 views
0 votes
0 votes
0 answers
3
syncronizing asked Sep 22, 2018
398 views
Which of the following is not a token of c -program?A. 1.02e + 2B. # defineC. 123.33D. MAXplease explain why?
0 votes
0 votes
1 answer
4
syncronizing asked Sep 21, 2018
5,282 views
Question:Find the number of tokens in the following C code using lexical analyzer of the compiler.