retagged by
798 views

1 Answer

2 votes
2 votes
We are going to check every symbol

a / = / b / > / c / < / d / #

In programming language, keywords, constants, identifiers, strings, numbers, operators and punctuations symbols can be considered as tokens.

# represents Preprocessor

= represents Assignment

< and > represents Comparison

a ,b ,c and d represents Alphabets

Related questions

0 votes
0 votes
1 answer
1
syncronizing asked Sep 21, 2018
5,281 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,177 views
In this question we will take n-=n1 as n=n-n1 as 5 tokens or n-=n1 as 4 tokens ????
6 votes
6 votes
1 answer
3
Tech Geek asked Apr 3, 2018
19,708 views
What is the difference between lexeme and tokens?
1 votes
1 votes
2 answers
4
set2018 asked Jan 7, 2018
660 views
1) 82) 93) 124) 10