Q71
The correct way of incrementing the operators are:
A.
++ a ++
B.
b ++ 1
C.
c += 1
AnswerD.
d =+ 1
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board