About 120,000 results
Open links in new tab
  1. Operators in C - GeeksforGeeks

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

  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. 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 …

  4. What is an Operator? - W3Schools

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

  5. Operators Wiki

    May 15, 2026 · Operators Wiki MisterWeaboo (Moderator)

  6. 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 …

  7. Operator (computer programming) - Wikipedia

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

  8. Operators - C++ Users

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

  9. JavaScript Operators - W3Schools

    Note that strings are compared alphabetically. Comparison operators are fully described in the JS Comparisons chapter.

  10. operator overloading - cppreference.com

    Binary operators are typically implemented as non-members to maintain symmetry (for example, when adding a complex number …