retagged by
763 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

5.6k
views
1 answers
0 votes
syncronizing asked Sep 21, 2018
5,579 views
Question:Find the number of tokens in the following C code using lexical analyzer of the compiler.
2.4k
views
2 answers
0 votes
saumya mishra asked Jun 12, 2018
2,425 views
In this question we will take n-=n1 as n=n-n1 as 5 tokens or n-=n1 as 4 tokens ????
408
views
1 answers
2 votes
mohitbawankar asked Jan 6, 2018
408 views
here i got 44(i count &x and *x as one one) tokens but nas is 53 doubt ----> in general we count1. *x is one token or two?2. &x is one token? ... tell me i m right or wrong .for this q i think & x are two tokens bcs there is space?
2.7k
views
2 answers
4 votes