closed by
428 views
1 votes
1 votes
closed as a duplicate of: Compiler Design, Number Of Tokens
# DEFINE M 100
int main()
{
// declare variables
int n = 2020;
return n%M;
}

The number of tokens in this program?

closed by

Related questions

2 votes
2 votes
2 answers
1
Na462 asked Nov 7, 2018
3,600 views
0 votes
0 votes
1 answer
2
syncronizing asked Sep 21, 2018
5,275 views
Question:Find the number of tokens in the following C code using lexical analyzer of the compiler.
0 votes
0 votes
2 answers
3
saumya mishra asked Jun 12, 2018
2,173 views
In this question we will take n-=n1 as n=n-n1 as 5 tokens or n-=n1 as 4 tokens ????
3 votes
3 votes
4 answers
4
Deepak Singh 7 asked Mar 15, 2018
1,229 views
Number of tokens in $\text{int a[5];}$