What is the Maximum Size that an Array can hold?

Answer Posted / sampath

hi friends !
your system free memory space is the maximum limit
assume this u can understand this

char array == string == char pointer

so pointer use all free space in ur system so if we allocate
dynamic array means our system free memory is the limit

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic structure of c++ program?

563


Define a nested class. Explain how it can be useful.

632


What is the main purpose of c++?

539


What is the difference between while and do while loop? Explain with examples.

595


What is iostream in c++ used for?

549






Why should we use null or zero in a program?

598


Write about the use of the virtual destructor?

604


What is size_type?

545


What are iterators in c++?

589


What is const pointer and const reference?

590


What is singleton pattern in c++?

544


Is sorted c++?

571


What is c++ array?

546


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

794


Where can I run c++ program?

597