answersLogoWhite

0


Best Answer

The different types of operators are as follows: *Arithmatic operator *Relational operator *Logical operator *Assignment operator *Increment/Decrement operator *Conditional operator *Bitwise operator *Special operator

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are different types of operators?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the different types of arithmetic operators?

+,-,*,/,% are the different types of operators.


What are the different types of operators in QBASIC?

The different types of operators in QBASIC are:Arithmetic OperatorsRelational OperatorsLogical Operators


What are the eight java operator?

The different types of operators in Java are:Assignment OperatorsRelational OperatorsArithmetic OperatorsLogical Operators


What are the different types of operations of c?

c have different types of operations are there these are 1:logical operators 2:conditional 3:arithmetic 4:bit wise operators 5:increment&decrement 6:relational operators 7:assignment operators 8:special operators we can use above operators. we can implementing the operations. suppose logical operators &&,,! by using these we can implement operations


What are different type's operators?

The different types of operators are as follows: *Arithmatic operator *Relational operator *Logical operator *Assignment operator *Increment/Decrement operator *Conditional operator *Bitwise operator *Special operator


What are different types of operators used in VHDL give some examples?

+, -, *, /, and, or, xor


How many types of operators?

The different types of operators are: Assignment operator- This is used to assign values to variables. Ex: = Arithmetic Operators - These are used to perform arithmetic operations. Ex: +, -, *, /, % Logical Operators - These are used to perform logical checks like: I < 10 or x == Y etc.


What are the different types of Operators available in java?

arithmatic operator +,-,*,/,% assigment oprator == logical operator &,|,^,&&,,! bitwise opertor &,|,^ left shift << right shift >> left shift zero fill << assignment operator +=,-=,*=,/=


What types of parameters or conditions are monitored by the plant operators while the waste water is being processed?

What types of conditions do waste treatment operators monitor


Different types of tour operators?

domestic tour operator incoming tour operator outbound tour operator speacialist tour operator


What are the different Turbo C operators?

TurboC is a program, the language is C Some of the operators are: . -> * [] () , ?: = == < <= > >= != + += ++ - -= -- % %= / /= << <<= >> >>= ! ~ ^ & &= && | |=


How many types of logical operators in c only?

There are three logical operators in C; AND (&), OR (|), and NOT (^). These are the bitwise versions. The combinatorial versions are &&, , and !.