Explain Operator

Explain Operator with their types and examples?

E

Expert

Verified

Operator: It performs some action on data

Arithmetic (+,-,*,/,%)

Assignment operator (=)

Increment/Decrement (++, --)

Relational/comparison (<,>,<=,>=,==,!=).

Logical (AND(&&),OR(||),NOT(!).

Conditional (? :)

   Related Questions in Programming Languages

  • Q : What is an IP address IP address : An

    IP address: An Internet Protocol (abbreviated as IP) address for a networked computer. Presently, IP addresses comprises of 4-byte values, written in dotted decimal notation, like 129.12.0.1. In future, IP addresses will be 16-bytes long to accommodat

  • Q : Define Container Abstractions Container

    Container Abstractions: Abstractions for containers (such as lists, stacks, sets, or queues) may represent just the state of a container—e.g., full or empty—and abstract away from the actual container content. The list operations also need

  • Q : State Null character State Null

    State Null character: The \u0000 character. The care must be taken not to confuse this with null reference.

  • Q : What is the way to render XForms What

    What is the way to render XForms?

  • Q : What does WSDL stand for What does WSDL

    What does WSDL stand for?

  • Q : Differentiate between MFC and Win32

    Differentiate between MFC and Win32?

  • Q : What is Reflection Reflection : It is

    Reflection: It is the ability to find out what fields, methods, constructors, and so forth, are stated for an object or class. Reflection is supported by the Class ‘class’, and other classes in the java.lang.reflect package. Reflection mak

  • Q : Define Thread Thread : It is a

    Thread: It is a lightweight procedure which is managed by the Java Virtual Machine (abbreviated as JVM). Support for threads is given by the Thread class in java.lang package.

  • Q : Define the term Method signature Define

    Define the term Method signature: This is the synonym for method header.

  • Q : Perform Exception Handling with

    On occasion, some of Brewbean’s customers mistakenly leave an item out of a basket already checked out, therefore they create a new basket containing the missing items. Though they request that the baskets be combined and hence they are not charged extra shippin

©TutorsGlobe All rights reserved 2022-2023.