define operator,operand and expression.
hey,
operators are those with the help of which we solve the logical and mathematical operations in a C program these are basically the symbols we tell us which action is to be done
operands are the objects on which an operation has to be done
expressions are the combinations of functions, constant and variable . , individual constants and variable form expression
hope this helps!