Anonymous Asked in Cars &Transportation · 2 weeks ago

What is an operator give an example?

In mathematics and sometimes in computer programming, an operator is a character that represents an action, as for example x is an arithmetic operator that represents multiplication. In computer programs, one of the most familiar sets of operators, the Boolean operators, is used to work with true/false values.


What is operator in C with example?

OperatorDescriptionExample/Divides numerator by de-numerator.B / A = 2%Modulus Operator and remainder of after an integer division.B % A = 0++Increment operator increases the integer value by one.A++ = 11--Decrement operator decreases the integer value by one.A-- = 9

What are operators give any two examples?

OperatorDescriptionExample+Adds two operandsA + B will give 30-Subtracts second operand from the firstA - B will give -10*Multiplies both operandsA * B will give 200/Divides numerator by de-numeratorB / A will give 2

What you mean by an operator?

Definition of operator 1 : one that operates: such as. a : one that operates a machine or device. b : one that operates a business. c : one that performs surgical operations.

What is an operator in computer?

An operator, in computer programing, is a symbol that usually represents an action or process. These symbols were adapted from mathematics and logic. An operator is capable of manipulating a certain value or operand.

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours