English, asked by vishvnathmourya, 11 months ago

what is operator c program ​

Answers

Answered by RonakMangal
1

Answer:

The symbols which are used to perform logical and mathematical operations in a C program are called C operators. These C operators join individual constants and variables to form expressions. Operators, functions, constants and variables are combined together to form expressions.

Answered by skadian
2

Answer:

The symbols which are used to perform logical and mathematical operations in a C program are called C operators.These C operators join individual constants and variables to form expressions.Operators, functions, constants and variables are combined together to form expressions.Consider the expression A + B * 5. where, +, * are operators, A, B  are variables, 5 is constant and A + B * 5 is an expression.

Explanation:

hope it's help you...

Similar questions