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

Which bit wise operator is suitable for putting on a particular bit in a number?

948


Differentiate between late binding and early binding.

964


Can member data be public?

778


What is time h in c++?

863


Define a constructor - what it is and how it might be called (2 methods)?

817


What are member functions used in c++?

781


What is class syntax c++?

851


Write a program to interchange 2 variables without using the third one.

811


What is the difference between equal to (==) and assignment operator (=)?

788


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

905


Declare a class vehicle and make it an abstract data type.

732


Can a program run without main?

889


Why are arrays usually processed with for loop?

985


Why do we use iterators?

831


What is the keyword auto for?

798