Select from following answers:- Empty Expression
- Constant Expression

- Primary Expression
- Void Expression
- All Above
'Constant Expression' is an expression which does not perform any operations and it will be constant.
We can combine constant expressions with operators to make them operate.
Example,
6 + 5
Here, 6 and 5 are the constants that are combined by using arithmetic operator (addition).
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator