What is the Maximum Size that an Array can hold?
Answers were Sorted based on User's Feedback
Answer / leo
It belongs toich s us the size of the RAM . which is used
in the particular system.
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / manoj
The size in Arrays is basically of type int. An int in java
is of 32 bits, so the maximum size we can give is 2,147,483,647.
Is This Answer Correct ? | 0 Yes | 4 No |
Answer / ashif ali
infinity and it is also depend on the size of the program.
Is This Answer Correct ? | 0 Yes | 5 No |
Answer / guest
the array can hold only the no of elements given in braces
Is This Answer Correct ? | 0 Yes | 5 No |
Answer / namitha
An array can hold the declared number size..
that is the size specified by the user
Is This Answer Correct ? | 0 Yes | 6 No |
What is c++ good for?
What is iostream in c++ used for?
Is it possible to have a recursive inline function in c++?
How are virtual functions implemented in c++?
Why struct is used in c++?
What is cloning?
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
What is the use of :: operator in c++?
What is the function to call to turn an ascii string into a long?
How does code-bloating occur in c++?
What is a pointer with example?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?