4- Which is prefix operator?
m++
b. ++m
d. Both (c) & (b)
a.
-m
Answers
Answered by
2
Answer:
++
Explanation:
Remarks. The prefix increment operator (++) adds one to its operand; this incremented value is the result of the expression. The operand must be an l-value not of type const . The result is an l-value of the same type as the operand.
Similar questions
Social Sciences,
2 months ago
Social Sciences,
4 months ago
Math,
4 months ago
Computer Science,
9 months ago
Math,
9 months ago