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

    Many operators differ syntactically from user-defined functions. In most languages, a function is prefix notation with fixed precedence level and associativity and often with compulsory …

  2. What are Operators in Programming? - GeeksforGeeks

    Feb 21, 2024 · Operators in programming are essential symbols that perform operations on variables and values, enabling tasks like arithmetic calculations, logical comparisons, and …

  3. Table of operators - Microsoft Support

    Access supports a variety of operators, including arithmetic operators such as +, -, multiply (*), and divide (/), in addition to comparison operators for comparing values, text operators for …

  4. Operators and expressions - List all operators and expression

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

  5. C Operators - W3Schools

    Operators Operators are used to perform operations on variables and values. In the example below, we use the + operator to add together two values:

  6. Operators - C++ Users

    The logical operators && and || are used when evaluating two expressions to obtain a single relational result. The operator && corresponds to the Boolean logical operation AND, which …

  7. Operators in C - Programiz

    An operator is a symbol that operates on a value or a variable. For example: + is an operator to perform addition. In this tutorial, you will learn about different C operators such as arithmetic, …

  8. Expressions and operators - JavaScript | MDN - MDN Web Docs

    Jun 2, 2025 · This chapter describes JavaScript's expressions and operators, including assignment, comparison, arithmetic, bitwise, logical, string, ternary and more.

  9. C Operators - Online Tutorials Library

    C Operators - Learn about C operators, their types, and how to use them effectively in your programming tasks. Enhance your understanding of arithmetic, relational, and logical …

  10. What is an operator in programming? - TechTarget

    Aug 16, 2022 · Learn what an operator, a character that represents a specific mathematical or logical action or process, is in programming. Explore different types of operators.