|
| Total Answers and Comments: 3 |
Last Update: August 23, 2009 Asked by: saranyamahendran |
|
| | |
|
Submitted by: ziiz996
| ++*ptr | means increment the pointer before using it. | | *ptr++ | means increment the pointer after using it. |
Above answer was rated as good by the following members: ashishchaudharicool | Go To Top
|