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?
How will you call C functions from C ++ and vice-versa?
how to connect with oracle 9i with server in socket program in c/c++
If dog is a friend of boy, is boy a friend of dog?
What is a constant? Explain with an example.
Why do we use pointers in c++?
What is the difference between a baller and a reference in C++?
What is the best it certification?
What is the extraction operator and what does it do?
Explain the volatile and mutable keywords.
What is the disadvantage of using a macro?
Can non graphic characters be used and processed in C++?
What is an adjust field format flag?
What is malloc in c++?
Why is c++ called oops?