Answer Posted / mansi

In this we hide the complexity of data from being used,
only useful and authorized information is made visible to
the users.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1639


What is the difference between reference and pointer?

610


What is meant by entry controlled loop?

656


Explain one method to process an entire string as one unit?

927


Please explain class & object in c++?

600






You run a shell on unix system. How would you tell which shell are you running?

657


What is the extraction operator and what does it do?

608


What is the cout in c++?

549


How many different levels of pointers are there?

652


What is a set in c++?

531


What is the main purpose of c++?

539


Name the implicit member functions of a class.

590


Can we run c program in turbo c++?

581


Explain "const" reference arguments in function?

606


Is rust better than c++?

602