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 the difference between Char a[ ]=”string” and char
*a=”String”

Answer Posted / rajesh kumar

char *p="string" has RO permission while its counterpart char a[]="string" has RW permission.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I have a reference as a data member of a class? If yes, then how do I initialise it?

1281


Does c++ have arraylist?

1081


Is java as fast as c++?

1153


Which function should be used to free the memory allocated by calloc()?

1066


Write about the members that a derived class can add?

1026


What is the return value of the insertion operator?

1178


Why should you learn c++?

1063


Explain about vectors in c ++?

1082


Can constructor be static in c++?

1167


Define a constructor?

1108


What is a stack? How it can be implemented?

1229


Can we change the basic meaning of an operator in c++?

1159


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

1223


What are the basics of local (auto) objects?

1189


What are virtual constructors/destructors?

1076