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 and when we can declar member fuction as a private in the class?
What is const in c++?
Is it possible to provide default values while overloading a binary operator?
Should I learn c or c++ first?
What is an iterator?
Show the declaration for a static function pointer.
How do I make turbo c++ full screen?
Is it possible to write a c++ template to check for a function's existence?
How static variables and local variablesare similar and dissimilar?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Search for: what is pair in c++?
What is switch case in c++ syntax?
What is lvalue?
What is the advantage of c++ over c?
What is dynamic and static typing?