What is the Maximum Size that an Array can hold?

Answer Posted / vikash anand

It has been years since everybody has posted answers here and I feel anybody that needs the answer for question can get all relevant answers. I request administrator to close this topic for updation.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by persistent and non persistent objects?

732


What is the difference between a "copy constructor" and an "assignment operator" in C++?

616


an integer constant must have atleast one a) character b) digit c) decimal point

554


Why do we need c++?

593


program explaining feautures of c++

1915






What do you mean by translation unit?

597


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

1641


Is c++ vector dynamic?

572


Explain how the virtual base class is different from the conventional base classes of the opps.

681


Explain the differences between private, public and protected and give examples.

564


What is the use of ::(scope resolution operator)?

646


What are multiple inheritances (virtual inheritance)?

581


Can recursive program be written in C++?

629


What are keywords in c++?

598


Describe the syntax of single inheritance in C++?

643