what is difference between ++(*p) and (*p)++

Answer Posted / srinivas

++(*p)as this means the first the addres is increneted and
then address is assgined

*p++ as this mean that the address is assign to it then the
address is incremented

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between single charater constant and string constant?

626


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1260


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2305


What is a program?

669


explain what are pointers?

621






Can we increase size of array in c?

544


What are the advantages of using macro in c language?

596


if p is a string contained in a string?

1407


What does %p mean c?

634


Explain how can you determine the size of an allocated portion of memory?

627


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1470


How can I implement sets or arrays of bits?

609


What are types of functions?

571


what is ur strangth & weekness

1824


What is switch in c?

650