0
Que es el ++ en el c
2 Respostas
0
According to Stroustrup: "the name signifies the evolutionary nature of the changes from C".
The name comes from C's "++" operator (which increments the value of a variable) and a common naming convention of using "+" to indicate an enhanced computer program.
0
thank you Victor