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

difference between c and c++?

Answer Posted / p.madhupriya

c is a procedure oriented programing language .That points
to only procedural programs. c is a high level language .
c++ is a object oriented programing language .
c++ is a extension of c .that points to real world entities
. It contains extra features of c that are class
,objects,dynamic
binding,encapsulation,polymorphism,inheritance etc.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the special characteristics of constructor.

1177


How can you quickly find the number of elements stored in a dynamic array?

1052


Write about the access privileges in c++ and also mention about its default access level?

1055


Can we inherit constructor in c++?

1093


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: "<

2054


What is the error in the code below and how should it be corrected?

759


What are the storage qualifiers?

1162


Why iomanip is used in c++?

1127


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

1199


Explain the concept of friend function in c++?

1110


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

1100


How do you establish an is-a relationship?

1153


What is the use of bit fields in structure declaration?

985


Const char *p , char const *p What is the difference between the above two?

1215


Explain this pointer?

1068