Computer Science, asked by yogavamsi1999, 6 months ago

explain concept of operator's in c language. please.faster.. ​

Answers

Answered by priya424726
4

Answer:

An operator is a symbol that operates on a value or a variable. For example: + is an operator to perform addition. C has a wide range of operators to perform various operations.

Answered by riya5395
0

Answer:

C language supports a rich set of built-in operators. An operator is a symbol that tells the compiler to perform a certain mathematical or logical manipulation. Operators are used in programs to manipulate data and variables.

Similar questions