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
Which bit wise operator is suitable for putting on a particular bit in a number?
Differentiate between late binding and early binding.
Can member data be public?
What is time h in c++?
Define a constructor - what it is and how it might be called (2 methods)?
What are member functions used in c++?
What is class syntax c++?
Write a program to interchange 2 variables without using the third one.
What is the difference between equal to (==) and assignment operator (=)?
You run a shell on unix system. How would you tell which shell are you running?
Declare a class vehicle and make it an abstract data type.
Can a program run without main?
Why are arrays usually processed with for loop?
Why do we use iterators?
What is the keyword auto for?