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
Do you need a main function in c++?
What is private, public and protected inheritance?
Write some differences between an external iterator and an internal iterator?
Define stacks. Provide an example where they are useful.
What parameter does the constructor to an ofstream object take?
what are the events occur in intr activated on interrupt vector table
what is data abstraction in C++?
What is the most powerful coding language?
What are single and multiple inheritances in c++?
What is the auto keyword good for in c++?
What is time_t c++?
Are c and c++ different?
What is the full form of india?
Is c++ vector dynamic?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.