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 / arasu

++(*p)-->after the value is incremented, next line is
executed.
(*p)++-->after execution,it is incremented.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointer to pointer in c?

1152


What is a null string in c?

1103


What does the c preprocessor do?

1158


Why main is not a keyword in c?

1322


What is uint8 in c?

1163


What is #include stdio h?

1178


What are the usage of pointer in c?

1243


how should functions be apportioned among source files?

1167


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

1073


In which header file is the null macro defined?

1402


Where static variables are stored in memory in c?

1052


What is union in c?

1166


What is the difference between mpi and openmp?

1357


What is the use of parallelize in spark?

1064


Can we increase size of array in c?

1012