Computer Science, asked by rahulkr57, 10 months ago

Identify and name the following tokens: a. public b. ‘a’ c. == d. { } . Give answer in short

Answers

Answered by SarfarazEWMS
18

Answer:

Explanation:

a. public- Access Specifier

b. ‘a’- Character Literal

c. == - Relational Operator

d. { } - Separators

Answered by kittikrishnamurthy42
7

Answer:

a) keyword

b) literal

c) operator

d) separator

Similar questions