Computer Science, asked by sayansantipur25, 1 month ago

write about the different operators used in c programming​

Answers

Answered by Anonymous
1

Answer:

Operators are special type of functions, that takes one or more arguments and produces a new value. For example : addition (+), substraction (-), multiplication (*) etc, are all operators. Operators are used to perform various operations on variables and constants

Similar questions