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

const char *

char * const

What is the differnce between the above two?

Answer Posted / atreyee

char * const, the pointer is declared as constant.
const char *, the pointer is not constant.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which sort does c++ use?

1078


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

1101


What is the return value of the insertion operator?

1176


When are exception objects created?

1124


What is namespace & why it is used in c++?

1173


Write a program to find the Factorial of a number

1118


What is the purpose of the "delete" operator?

1114


Show the declaration for a pointer to function returning long and taking an integer parameter.

1221


What are the advantages of c++ over c?

1134


What is c++ runtime?

1153


Briefly describe a B+ tree. What is bulk loading in it?

1398


What are put and get pointers?

1183


Explain the register storage classes in c++.

1229


Does dev c++ support c++ 11?

1086


What is the use of endl?

1031