top of page
adadads.png

Expressions & Arithmetic Expressions

Arithmetic Expressions

These are mathematical expressions that use operators like +, -, *, and / to perform calculations on numerical values.

Overloaded Operator

This refers to giving an existing operator additional meanings when applied to user-defined data types.

Type Conversation

This is the process of converting a value from one data type to another, either implicitly or explicitly.

Relational and Boolean Expressions

These expressions compare values using operators like <, >, ==, and return either true or false.

Assignment Statement

This statement assigns a value to a variable using the = operator.

- Phung Yi Xuan
bottom of page