Computer Science, asked by Darshankrishna, 5 months ago

plzzz answer and don't answer some silly​

Attachments:

Answers

Answered by anindyaadhikari13
2

Answers:-

Token:- The smallest meaningful and individual unit in a program is called token.

Literals:- These are also called constants whose value doesn't change during program execution.

< is less than operator.

++ is increment operator.

&& is AND operator.

?: is ternary operator.

/ operator is used got division purposes whereas % (Modulo Operator) is used for calculating the remainder after division.

Similar questions