Which of the following operators in 'C' programming language takes only integer operands?
% operators in 'C' programming language takes only integer operands.
Operands are variables or expressions which are used in operators to evaluate the expression. Combination of operands and operators form an Expression. The association of expressions and keywords is called Statements.
Operators are symbols which take one or more operands or expressions and perform arithmetic or logical computations.