+ 3
What is practical use of post fix operator
Provide at least two examples. Thankful.
1 Réponse
+ 3
It's how you can use methods, arrays, increment/decrement, access object members, etc...
Practical use? You need it for most things in the language.