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 are advantages of C++ when comparing with C?

Answer Posted / swathi

c++ is an extension of c with some additional features like encapsulation,inheritance,etc. which makes the program to easily understand

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is setfill c++?

1201


What is the difference between an external iterator and an internal iterator?

1145


Explain class invariant.

1119


Write a C++ Program to check whether a number is prime number or not?

1175


Can we make any program in c++ without using any header file and what is the shortest program in c++.

1173


What is an arraylist c++?

1273


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

1172


How long does it take to get good at leetcode?

1240


What is a linked list in c++?

1106


What is copy constructor? Can we make copy constructor private in c++?

1130


can any one help to find a specific string between html tags which is changed to a sting.. weather.html looks (for location) is somewhere #include #include #include using namespace std; string find_field(string myPage,string); int main (void) { string page, line, location, temperature; ifstream inputFile("weather.xml"); while(getline(inputFile, line)) { page.append(line); line.erase(); } // Now page is a string that contains the whole xml page // Here you need to write something that finds and // extracts location and temperature from the XML // data in the string page and stores them in // the strings location and temperature respectively location=find_field(page,"location"); temperature=find_field(page,"temp_c"); cout << "Location: "<

2114


Can we change the basic meaning of an operator in c++?

1160


Which is best ide for c++?

1067


Are iterators pointers?

1208


What is the difference between an enumeration and a set of pre-processor # defines?

1456