what is difference between internet and Internet?

Answer Posted / abha tiwari

there is no difference between internet and internet.

Is This Answer Correct ?    4 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main purpose of c++?

539


Is it possible to provide default values while overloading a binary operator?

761


Which function should be used to free the memory allocated by calloc()?

587


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 delegation and implemented-in-terms-of?

517






What are the types of pointer?

544


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

832


What is the difference between mutex and binary semaphore?

610


How do I use arrays in c++?

584


What are c++ data types?

636


Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

609


Can a class be static in c++?

563


Can we overload operator in c++?

544


Refer to a name of class or function that is defined within a namespace?

598


Can comments be longer than one line?

615