What is the Maximum Size that an Array can hold?
Answer Posted / 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 |
Post New Answer View All Answers
How can we check whether the contents of two structure variables are same or not?
What does it mean to declare a member function as static?
What will the line of code below print out and why?
Why c++ is the best language?
Can a Structure contain a Pointer to itself?
Why was c++ made?
How many namespaces are there in c++?
List the merits and demerits of declaring a nested class in C++?
What is set in c++?
How did c++ get its name?
What are single and multiple inheritances in c++?
Define copy constructor.
Can a program run without main function?
What does flush do?
What are the advantages of using friend classes?