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

in C++ , the word plus plus who found this?

Answer Posted / akanksha

bjarne stroustrup

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string in c++ programming?

1274


Explain the virtual inheritance in c++.

1112


What is double in c++?

1114


Explain about templates of C++.

1199


What is the full form of stl in c++?

1238


What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

1244


What do you mean by static variables?

1232


What are the advantages of c++?

1992


How did c++ start?

1151


What is an incomplete type in c++?

1338


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

2681


Can you explicitly call a destructor on a local variable?

1069


What is constructor and destructor in c++?

1167


What is istream c++?

1260


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

1115