About 120,000 results
Open links in new tab
  1. What are Operators in Programming? - GeeksforGeeks

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

  2. What is an Operator? - W3Schools

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

  3. Operator (computer programming) - Wikipedia

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

  4. Operators in C - GeeksforGeeks

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

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

  6. Operators Wiki

    May 15, 2026 · MisterWeaboo (Moderator) OK

  7. Operators - C++ Users

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

  8. JavaScript Operators - W3Schools

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

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

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

  10. C - Operators - Online Tutorials Library

    These operators are used to perform arithmetic operations on operands. The most common arithmetic operators are addition (+), …