Computer Science, asked by gy57012, 2 days ago

From the following which is an Arithmetic Operator
निम्न में से कौन ych arithmetic operator a. +
+ ☺ ☺ ☺ b. >
> C. &&
71 d. <<

<<​

Answers

Answered by shlokanshu12
0

Answer:

Mark me the brainliest

a is the correct answer.

Answered by probrainsme102
0

Answer:

a. ++

Explanation:

Operators used in any programming language are those signals that instruct the computer compiler to perform mathematical or logical computations.

In C language also the operator is used only for calculation and decision making. The operator can be used with variables or numbers.

arithmetic operators are used for numerical calculations. In 'C' the arithmetic operator + is used for addition, – is used for subtraction, * is used for multiplication, / is used for division, and % is used for division-remainder.

The operator is a symbol. Whose task is to do mathematical and logical operations.

#SPJ2

Similar questions