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 the difference between an array and a list?

0 Answers  


How can virtual functions in c++ be implemented?

0 Answers  


Write a Program for find and replace a character in a string.

0 Answers  


What are the popular tools used to detect memory leaks in c++

4 Answers   TATA,


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


What is the best c++ book?

0 Answers  


advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


What are the effects after calling the delete this operator ?

0 Answers  


Can I learn c++ without c?

0 Answers  


What is long in c++?

0 Answers  


Explain what is polymorphism in c++?

0 Answers  


Can we generate a C++ source code from the binary file?

2 Answers  


Categories