Computer Science for IGCSE & O level - Programming (Section 8 - No. 30)

What does an 'operator' do in a programming context?
Stores data in a variable.
Performs an action on operands.
Controls the flow of execution.
Defines the program's structure.

Explanation

Operators perform actions on operands (e.g., +, -, *).

Comments (0)

Advertisement