Computer Science, asked by MuhammadRamzan8605, 11 months ago

निम्नलिखित पर टिप्पणी लिखिए (क) अंकगणितीय ऑपरेटर(Arithmeticoperators) (ख) सम्बन्धात्मक ऑपरेटर(Relational Operators) (ग) तार्किक ऑपरेटर(Logical Operators) (घ) निर्धारण ऑपरेटर(Assignment Operators) (ङ) वृद्धि तथा कमी ऑपरेटर(Increment and Decrement operators) या सी-भाषा के सन्दर्भ में लॉजिकल ऑपरेटर्स को समझाइए।

Answers

Answered by abinash95416
0

Answer:

here's your answer

mark it as brainliest..

Explanation:

Arithmetic operators are the symbols that represent arithmetic math operations. Examples include + (addition operator), - (subtraction operator), * (multiplication operator), and / (division operator)

In computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. These include numerical equality (e.g., 5 = 5) and inequalities (e.g., 4 ≥ 3).

logical operation is a special symbol or word that connects two or more phrases of information. It is most often used to test whether a certain relationship between the phrases is true or false.

An assignment operator is the operator used to assign a new value to a variable, property, event or indexer element in C# programming language. Assignment operators can also be used for logical operations such as bitwise logical operations or operations on integral operands and Boolean operands.

Increment and decrement operators are unary operators that add or subtract one, to or from their operand, respectively. They are commonly implemented in imperative programming languages. ... The increment operator increases, and the decrement operator decreases, the value of its operand by 1.

Similar questions