Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeConcepts
Operator

Operator

An operator is a symbol or keyword in source code that represents a built-in function.

Related concepts:  Function

Closest Wikipedia entry:  Operator (computer programming)

Misconceptions about Operator
30 documented Misconceptions

Any LanguageJavaJavaScriptPythonScratch
Check Yourself
Misconception
ConditionalOperatorNotExpression
The conditional operator is not an expression
Misconception
EqualityOperatorComparesObjectsValues
The equality operator compares two objects' values
Misconception
EqualityOperatorComparesOnlyTypes
The equality operator '==' compares only the types of the operands
Misconception
NoAtomicExpression
Expressions must consist of more than one piece

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors