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 difference between array of characters and string

Answer Posted / ankur

Character Array is like an array of datatype character.
For e.g.

char ch[10];

string is an object of class String in standard C++ library
which may be implemented for storing characters at low
level.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

1075


What is a void pointer? When is a void pointer used?

1032


What is the size of enum in c?

1070


What is identifier in c?

973


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

1024


What is a const pointer?

1048


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2320


Explain the advantages and disadvantages of macros.

1046


Why does everyone say not to use scanf? What should I use instead?

1378


Why is c called "mother" language?

1238


Explain the difference between strcpy() and memcpy() function?

957


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2824


a c code by using memory allocation for add ,multiply of sprase matrixes

2753


Does c have class?

1057


Where local variables are stored in c?

962