Redirected
retagged by
2,181 views
0 votes
0 votes

In this question we will take n-=n1 as n=n-n1 as 5 tokens or n-=n1 as 4 tokens ????

retagged by

2 Answers

3 votes
3 votes
total 46

1st line-4(int, main, (, ) )

 2nd line-1 ( { )

3rd line-5 (int ,m ,= , 10 ,;)

4th line-5 ( int , n , , ,n1 ,; )

5th line-5 ( n ,= ,++ ,m ,; )

6th line-5 ( n1 ,= ,m , ++ ,;)

7th line-3 ( n ,- - ,; )

8th line-3 ( -- , n1 ,; )

9th line-4 ( n ,- = ,n1 ,;)

10th line-7 ( printf , ( ,"%d ", , ,  n , ), ; )

11th line-3 ( return , 0 , ; )

12th line-1 ( } )
edited by
Answer:

Related questions

4 votes
4 votes
2 answers
1
0 votes
0 votes
1 answer
2
syncronizing asked Sep 21, 2018
5,283 views
Question:Find the number of tokens in the following C code using lexical analyzer of the compiler.
1 votes
1 votes
2 answers
4
set2018 asked Jan 7, 2018
660 views
1) 82) 93) 124) 10