About 117,000 results
Open links in new tab
  1. OPERATOR on Steam

    Be sure to join the OPERATOR Discord server to keep up with the latest news, squad up with fellow operators, and have fun! In …

  2. What are Operators in Programming? - GeeksforGeeks

    Feb 21, 2024 · Operators in programming are symbols or keywords that represent computations or actions performed on operands. …

  3. What is an Operator? - W3Schools

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

  4. Operator (computer programming) - Wikipedia

    Most programming languages support binary operators and a few unary operators, with a few supporting more operands, such as …

  5. Operators Wiki

    May 15, 2026 · MisterWeaboo (Moderator) OK

  6. Operators in C - GeeksforGeeks

    Jun 24, 2026 · Operators in C are special symbols used to perform operations on variables, constants, and expressions. They form …

  7. Operators in C and C++ - Wikipedia

    Most of the operators available in C and C++ are also available in other C-family languages such as C#, D, Java, Perl, and PHP with …

  8. Operators - C++ Users

    Operations of addition, subtraction, multiplication and division correspond literally to their respective mathematical operators. The last …

  9. JavaScript Operators - W3Schools

    JavaScript Assignment Operators Assignment operators assign values to JavaScript variables. The Addition Assignment Operator …

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

    Jan 24, 2026 · Learn the C# operators and expressions, operator precedence, and operator associativity.