Explain Operators and Operands?
Answers
Answered by
1
Example:
int a,b,c;
c=a+b;
In the above example:
'+' sign is operator
and 'a' and 'b' are operands
and stores the value returned by that expression
int a,b,c;
c=a+b;
In the above example:
'+' sign is operator
and 'a' and 'b' are operands
and stores the value returned by that expression
Similar questions
English,
6 months ago
Business Studies,
6 months ago
Computer Science,
6 months ago
Physics,
1 year ago
Math,
1 year ago