retagged by
5,382 views
0 votes
0 votes

Question:

Find the number of tokens in the following C code using lexical analyzer of the compiler.

retagged by

1 Answer

2 votes
2 votes
i got 34 number of token

main

(

)

{

int

*

u

,

*

v

,

s

;

u

=

&

s

;

v

=

&

s

;

printf

(

“…….”

,

s

,

*

u

)

;

}
Answer:

Related questions

0 votes
0 votes
2 answers
1
saumya mishra asked Jun 12, 2018
2,287 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
3
1 votes
1 votes
2 answers
4
set2018 asked Jan 7, 2018
704 views
1) 82) 93) 124) 10