+ 1
What happens in my confuse coding i don't understand?
php-increment & decrement topic https://code.sololearn.com/w6GFWeFUrE5L/?ref=app
4 odpowiedzi
+ 2
that's because of ASCII values , when you increment an alphabet , it increments its ASCII value and the converts it to character , thus you get the output aa.
+ 1
I understand because of increment of after z comes aa similarly if zz comes aaa then comes.
0
increment means add 1 value,
decrement means substract 1 value