C-Programming
Difference b/w Operators,Operand and Expression ?
"Operators,Operand and Expression"
let consider a statementp=a+b*25
Expression:-
- The portion after equal to sign is called expression
- An expression is a formula consisting of 'one or more' operands and 'zero or more' operators
- a+b*25---> Expression
operators:-
- operators is a symbol that usually represents an action or process
- +,*,-,/ ---->operators
Operand:-
- Operands are the objects that are manipulated means the term except then the operators.
- a,b,25--->operand
DizIT_Operators
No comments:
Post a Comment