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

    Feb 21, 2024 · What are Operators in Programming? Operators in programming are symbols or keywords that represent computations or actions performed on operands. Operands can be …

  2. Operator (computer programming) - Wikipedia

    In computer programming, an operator is a programming language construct that provides functionality that may not be possible to define as a user-defined function (i.e. sizeof in C) or …

  3. What is an Operator? - W3Schools

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

  4. Computer Programming - Operators - Online Tutorials Library

    An operator in a programming language is a symbol that tells the compiler or interpreter to perform specific mathematical, relational or logical operation and produce final result.

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

  6. 11 Essential Operators Every Beginner Programmer Should Know

    Operators are symbols or keywords that perform specific operations on one or more operands. They are the building blocks of any programming language and play a vital role in …

  7. Common Programming Operators to Know for Intro to Computer Programming

    Understanding common programming operators is essential for writing effective code. These operators help you manipulate data, perform calculations, and control the flow of your …

  8. 2.1. Operators and Operands - Weber

    Operators are symbols that instruct the computer to perform a single, simple task. Operands are the data, the expressions or values, on which they act or work. Operators and their operands …

  9. What Is an Operator? - Computer Hope

    Sep 7, 2025 · Definition and various types of operators in computer programming. How operators manipulate values and examples and related terms to enhance your understanding.

  10. Operators in Programming: Definition and Types - Study.com

    Apr 28, 2025 · All programming languages depend on operators, as they serve as tools to perform various operations on data. Operators are the basic elements that allow programs to execute …