Que es el ++ en el c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Que es el ++ en el c

1st Apr 2017, 6:54 AM
Omar Flores
Omar Flores - avatar
2 Answers
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.
1st Apr 2017, 2:12 PM
Victor_*
Victor_* - avatar
0
thank you Victor
2nd Apr 2017, 3:20 AM
Omar Flores
Omar Flores - avatar