Is there something that we can do in C and not in C++?

Answer Posted / prathap

every C program is execute in C++.
From the above reason we can understand that every thing in
C we have in c++ also.
so Answer is NOTHING

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the syntax of single inheritance in C++?

658


What is srand c++?

593


What is object in c++ wikipedia?

579


What are advantages of using friend classes?

654


what are Operators and explain with an example?

725






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

1649


Explain the scope of resolution operator.

639


what are the decision making statements in C++? Explain if statement with an example?

668


What are built-in functions? What is the syntax for the definition?

578


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

624


How do you flush std cout?

589


Why c++ is the best language?

601


Is c++ built on c?

577


What is istream and ostream in c++?

606


What are the types of pointer?

566