Computer Science, asked by RajaBose, 1 year ago

what is a shorthand operator?

Answers

Answered by NinjaBhaskar
10
we can use shorthand notations for not writing the whole statement
like

a=a+1;
we can write it as
a+=1;





Answered by fadilamin
11
Shorthand assignment operator is implemented to assign an expression to a variable in a shorter way.

HOpe it helps
MARK IT BRAINLIEST IF IT DOES
Similar questions