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

string somestring ;
Which of the following choices will convert a standard C++
string object "somestring" to a C string?
a) Copy.somestring () ;
b) somestring.c_str ()
c) &somestring [1]
d) std::cstring (somestring)
e) (char *) somestring

Answer Posted / guest

'B' is the answer

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What can I use instead of namespace std?

1101


Can you declare an array without a size in c++?

986


How do you remove an element from a set in c++?

1058


why is c++ called oops? Explain

1002


What is c++ code?

1086


What do you mean by enumerated data type?

1020


Should I learn c or c++ first?

1093


What is nested class in c++?

918


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

1098


How much do coding jobs pay?

980


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

1103


State the difference between pre and post increment/decrement operations.

1049


What is object oriented programming (oop)?

1079


Why do we need c++?

997


Do you know the problem with overriding functions?

1063