C
Programming and Technical
Why n++ executes faster than n+1 ?
Read Solution (Total 1)
-
- because ++ is a unary operator and + is binary operator....
unary operator for single operand.....
binary operator for two ........ - 11 years agoHelpfull: Yes(0) No(0)
C Other Question