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


Which command properly allocates memory

a) char *a=new char[20];

b) char a=new char[20];

c) char a=new char(20.0);


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What does extern mean in a function declaration in c++?

0 Answers  


How do I get good at c++ programming?

0 Answers  


How many ways can a variable be initialized into in C++?

0 Answers   HCL,


Do you know what are static and dynamic type checking?

0 Answers  


What is c++ hiding?

0 Answers  


Should you pass exceptions by value or by reference?

0 Answers  


How to construct muliton object

2 Answers   Symphony, TCS,


What are the different data types present in C++?

4 Answers  


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


What does it mean to declare a member function as static?

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


What is the difference between reference type and pointers.

4 Answers   HCL,


Categories