Operators In C
In C language, operators are symbols that perform on one or more operands, which are variables, constants, or expressions. For example, ‘+’ is an operator used for addition, as shown below:
Syntax:
c = a + b;
In C language, operators are symbols that perform on one or more operands, which are variables, constants, or expressions. For example, ‘+’ is an operator used for addition, as shown below:
c = a + b;
Hi there 👋
How can I help you today?