What is an operator give an example?
- What is operator in C with example?
- What are operators give any two examples?
- What you mean by an operator?
- What is an operator in computer?
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
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago