About 1,000,000 results
Open links in new tab
  1. Operator (computer programming) - Wikipedia

    In computer programming, an operator is a programming language construct that provides functionality that may not be possible to define as a user-defined function (e.g. sizeof in C) or has syntax different …

  2. What is an Operator? - W3Schools

    Operators are symbols or keywords that tell the computer what operations to do on values or variables.

  3. What are Operators in Programming? - GeeksforGeeks

    Feb 21, 2024 · Operators in programming are symbols or keywords that represent computations or actions performed on operands. Operands can be variables, constants, or values, and the …

  4. Table of operators - Microsoft Support

    An operator is a sign or symbol that specifies the type of calculation to perform within an expression. There are mathematical, comparison, logical, and reference operators.

  5. What Is an Operator? - Computer Hope

    Sep 7, 2025 · Definition and various types of operators in computer programming. How operators manipulate values and examples and related terms to enhance your understanding.

  6. 2.1. Operators and Operands - Weber

    Operators are symbols that instruct the computer to perform a single, simple task. Operands are the data, the expressions or values, on which they act or work. Operators and their operands are integral …

  7. Operator - Glossary - MDN

    Jul 11, 2025 · For example, in JavaScript the addition operator ("+") adds numbers together and concatenates strings, whereas the "not" operator ("!") negates an expression — for example making …

  8. Operators in Programming: Definition and Types - Study.com

    Apr 28, 2025 · All programming languages depend on operators, as they serve as tools to perform various operations on data. Operators are the basic elements that allow programs to execute …

  9. Operators in C - GeeksforGeeks

    Nov 1, 2025 · Operators are the basic components of C programming. They are symbols that represent some kind of operation, such as mathematical, relational, bitwise, conditional, or logical …

  10. Operators and expressions - List all operators and expression - C# ...

    Mar 9, 2023 · Learn the C# operators and expressions, operator precedence, and operator associativity.