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

c/c++ is case sensitive language. so Char is invalid data type. hence char *a="String" is correct answer.

Is This Answer Correct ?    11 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does namespace mean in c++?

1133


What is the benefit of c++?

1202


How do you define a class in c++?

1131


Show the application of a dynamic array with the help of an example.

1190


Explain the volatile and mutable keywords.

1113


What are function prototypes?

1292


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

1183


What is binary search in c++?

1081


What are virtual functions in c++?

1233


Is c++ still being used?

1063


Which one is a preferred language C or C++? Why?

1141


Explain how to initialize a const member data.

1080


What is dev c++ used for?

1076


Can we use this pointer inside static member function?

1116


What is #include iostream?

1297