*ptr++ is equivalent to_________.

Options
- ptr++
- *ptr
- ++*ptr
- None of the above


CORRECT ANSWER : None of the above

Discussion Board
No Wrong answer

*Ptr++ means to increment the pointer ptr=ptr+1 then the value of that pointer.

so it''s equivalent to ptr++

As the *ptr++ will just increment the pointer . value of it is not stored .
Hence it''s ptr++ .

pawan 10-2-2021 09:59 AM

bahut sahi lulu...................

sahi se edit karo achha bvanaye ho...all the best...........

Deepak 07-16-2018 01:37 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement