About 841,000 results
Open links in new tab
  1. 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 …

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

  3. What is an Operator? - W3Schools

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

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

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

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

    4 days ago · This chapter describes JavaScript's expressions and operators, including assignment, comparison, arithmetic, bitwise, logical, string, ternary and more.

  7. What is an Operator? - Computer Hope

    Feb 6, 2025 · 1. In computer programming and at the command line, an operator is an object capable of manipulating a value or operator. For example, in "1 + 2", the "1" and "2" are the …

  8. Operators and expressions - List all operators and expression

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

  9. Operators: What Role Do They Play in Programming? - Coursera

    Apr 25, 2024 · Operators are essential for performing calculations, assigning specific values to variables, and making condition-based decisions. You can learn more about operator types …

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