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...


Difference between const char* p and char const* p?



Difference between const char* p and char const* p?..

Answer / hrpynux@gmail.com

There is no difference between const char *p and char const *p as both are pointer to a const char and position of '*'(asterik) is also same. 2. char *const ptr : This is a constant pointer to non-constant character. You cannot change the pointer p, but can change the value pointed by ptr.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is istream and ostream in c++?

0 Answers  


Explain about templates of C++.

0 Answers  


How would you call C functions from C++ and vice versa?

0 Answers   Genpact,


What is binary search in c++?

0 Answers  


What do you know about near, far and huge pointer?

0 Answers  


Eplain extern keyword?

0 Answers  


Can you sort a set c++?

0 Answers  


What is a template in c++?

3 Answers  


What is this pointer in c++?

1 Answers  


What is implicit pointer in c++?

0 Answers  


What are the uses of pointers?

0 Answers  


What is purpose of abstract class?

0 Answers  


Categories