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 : Define Hexadecimal Hexadecimal : Number

    Hexadecimal: Number representation in hexadecimal is base 16. In base 16, the digits 0-9 and the letters A to F are utilized. A symbolizes 10 (base 10), B symbolizes 11 (base 10), and so forth. Digit positions symbolize successive pow

  • Q : Define Out of scope Out of scope : It

    Out of scope: It is a variable is in scope as long as the program's flow of control is in the variable's defining block. Or else, this is out of scope.

  • Q : Define Race hazard Race hazard : It is

    Race hazard: It is a situation which occurs between multiple threads sharing a resource. The race hazard occurs whenever one thread's suppositions regarding the state of a resource are invalidated by the actions of the other thread.

  • Q : Define Propagation Propagation : When

    Propagation: When an exception is thrown in a method, and there is no suitable exception handler within the method, the exception might be propagated to the caller of the method. For a checked exception, the method should include a throws clause in it

  • Q : Syntax to create AJAX objects Write the

    Write the syntax to create the AJAX objects?

  • Q : What is Memory leak Memory leak : It is

    Memory leak: It is a situation in which memory which is no longer being employed has not been returned to the pool of free memory. The garbage collector is designed to return unreferenced objects to the free memory pool in order to shun memory leaks.<

  • Q : What are good examples of element

    What are good examples of element attributes?

  • Q : What are benefits of automated testing

    What are the benefits of automated testing over manual testing?

  • Q : Define Undeniable Signature Scheme

    Define Undeniable Signature Scheme?

  • Q : Explain Operating system Operating

    Operating system: The operating system permits a computer's hardware devices to be accessed by the programs. For example, it permits data to be managed on a computer's disks in the form of a file system and it delivers the co-ordinate positions of a m

©TutorsGlobe All rights reserved 2022-2023.