+ 6
Were the pre/post increment/decrement operators first introduced in the C language?
Does anyone know which language first introduced the pre-increment/decrement and post-increment/decrement operators. E. g. x++, --y etc. Was it C?
2 Réponses
0
it is the language B how first introduced the increment/decrement operator than it is taken by c language
- 2
B and then used in C.