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

using char*a we can't assign new individual character like
a[2]='k';

Is This Answer Correct ?    10 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define virtual constructor.

1147


What is general form of pure virtual function? Explain?

1039


What is the auto keyword good for in c++?

1262


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

1192


Can a class be static in c++?

1144


What is c++ & why it is used?

1157


Which programming language's unsatisfactory performance led to the discovery of c++?

1398


What is friend class in c++ with example?

1118


what is data abstraction in C++?

1121


What are static type checking?

1099


Comment on local and global scope of a variable.

1211


Can I learn c++ without c?

1186


What is an iterator?

1241


What is polymorphism in c++? Explain with an example?

1103


Why is main an int?

1036