retagged by
694 views
1 votes
1 votes

1) 8

2) 9

3) 12

4) 10

retagged by

2 Answers

Best answer
7 votes
7 votes
1  printf
2  (
3  "this is the updated value %d"
4  ,
5  *
6  *
7  &
8  a
9 ++
10 +
11 )
12 ;
edited by

Related questions

0 votes
0 votes
1 answer
1
syncronizing asked Sep 21, 2018
5,364 views
Question:Find the number of tokens in the following C code using lexical analyzer of the compiler.
0 votes
0 votes
2 answers
2
saumya mishra asked Jun 12, 2018
2,267 views
In this question we will take n-=n1 as n=n-n1 as 5 tokens or n-=n1 as 4 tokens ????
4 votes
4 votes
2 answers
4