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
why is c++ called oops? Explain
How would you obtain segment and offset addresses from a far address of a memory location?
which of the following is not an secondary constant a) array b) real c) union
Can a class be static in c++?
What is std namespace in c++?
Explain polymorphism?
Explain public, protected, private in c++?
How do you remove an element from a set in c++?
Refer to a name of class or function that is defined within a namespace?
What is the use of ::(scope resolution operator)?
Is vector a class in c++?
What is istream and ostream in c++?
Explain deep copy and a shallow copy?
Which software is best for programming?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.