![]() |
deletePos , what does it do ?
Hi;
which one is true and why The function deletePos does the following (Array-Based List): (a) shifts array elements one position to the left after the position passed. b) shifts array elements one position to the left overwriting the element at the position passed. |
Re: deletePos , what does it do ?
deletePos is not a member of the C/C++ standard runtime library. You will need to refer to the documentation for whatever library you have that defines it.
|
Re: deletePos , what does it do ?
this function is refer to the Array-Based List Class ;
so what does it do ; my friend say B but i am not sure about that . becuse while shifting left , its allready make overwriting |
| All times are GMT +5.5. The time now is 10:37. |