Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / ravi

++(*p)-> indicates increment the value pointed by pointer p.

(*p)++ -> indicates increment the address of p then retrieve
the value pointed to by p.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where can I get an ansi-compatible lint?

1207


What are the similarities between c and c++?

1140


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1175


How many parameters should a function have?

1252


How can you tell whether a program was compiled using c versus c++?

1163


How can you read a directory in a C program?

1186


Explain what are bus errors, memory faults, and core dumps?

1317


how to find anagram without using string functions using only loops in c programming

3239


What is the use of getch ()?

1118


What are the disadvantages of c language?

1257


Which programming language is best for getting job 2020?

1101


Explain the process of converting a Tree into a Binary Tree.

2724


What is openmp in c?

1069


Is it valid to address one element beyond the end of an array?

1226


What is wrong with this code?

1242