|
| Total Answers and Comments: 5 |
Last Update: September 20, 2008 Asked by: amar_keerthi07 |
|
| | |
|
Submitted by: kaivalya1989 p++ is a unary operator that is why it is fast as it operates on only one operand on the other hand p+1 + is a binary operator that is why it is slower as compared to ++
Above answer was rated as good by the following members: vhps.18 | Go To Top
|