Which is prefix Operator?
[
a.m++
b. ++m
d. both b and c
c. --m
Answers
Answered by
0
Answer:
The increment operator ++ if used as prefix on a variable, the value of variable gets incremented by 1. ... It is called Prefix increment operator. In the same way the prefix decrement operator works but it decrements by 1
Similar questions