What is the Maximum Size that an Array can hold?
Answer Posted / bipin pandey
It depends on your pc's memory size.
for example,if your declared an array: int array[3001][3001]
it needs 32bit*3001*3001=288M memory space.
in such way,i can calculate the Maximum size of array i can
i use
according
to our array type and memory size.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the differences between private, public and protected and give examples.
How do you remove an element from a set in c++?
What do you mean by funtion prototype?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What happens when the extern "c" char func (char*,waste) executes?
What is a virtual destructor? Explain the use of it?
What is c++ namespace?
What is data type in c++?
Write my own zero-argument manipulator that should work same as hex?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What sorting algorithm does c++ use?
What is unary operator? List out the different operators involved in the unary operator.
Can we inherit constructor in c++?
What is the use of object in c++?
What is double in c++?