0
why there is minus(-) in unary operator but not plus(+)..??
programming in c++
3 Respuestas
0
oh! Gotcha
0
Because +5 is same as 5. No difference.
Variable x is same as +x
But -x makes negative value.
0
plz explain clearly i can't understand it
programming in c++