+ 1
What are operands?
5 Respostas
+ 6
the value used on either side of an operator is called an operand
example :- int x=6+3;
// here ,
6,3,x are operands ,
+ is an operator for addition/conacatination ,
= is assignment operator ,
int is datatype of x
@aydin
+ 5
@ michael ,
he is asking for operands not operators
+ 5
no prob. buddy
@michael
+ 1
oops, my bad, deleterino
+ 1
A value used on either side of an operator is called an operand.
like a+b , a and b is operand.