What is the Maximum Size that an Array can hold?

Answers were Sorted based on User's Feedback



What is the Maximum Size that an Array can hold?..

Answer / bharat biswal , bhubaneswar

64 K

Is This Answer Correct ?    9 Yes 10 No

What is the Maximum Size that an Array can hold?..

Answer / pankaj verma

The above answer given by rajat paliwal is absolutely
correct.Thanx to rajat paliwal.finally i got a correct
answer

Is This Answer Correct ?    1 Yes 2 No

What is the Maximum Size that an Array can hold?..

Answer / nowsheen

I think the above answer by Chandra is correct.. thanks
Chandra..

Is This Answer Correct ?    0 Yes 1 No

What is the Maximum Size that an Array can hold?..

Answer / abc

It depends on the data type of the defined array

Is This Answer Correct ?    1 Yes 2 No

What is the Maximum Size that an Array can hold?..

Answer / puneet anuj shukla

depend upon ram,compiler,programer.hence it con not be
infinite

Is This Answer Correct ?    0 Yes 1 No

What is the Maximum Size that an Array can hold?..

Answer / 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

What is the Maximum Size that an Array can hold?..

Answer / chumma oru peru

Its 9999

Is This Answer Correct ?    1 Yes 2 No

What is the Maximum Size that an Array can hold?..

Answer / amudha

depends on the free space available on the ram

Is This Answer Correct ?    6 Yes 8 No

What is the Maximum Size that an Array can hold?..

Answer / abi

it is NULL value

Is This Answer Correct ?    0 Yes 2 No

What is the Maximum Size that an Array can hold?..

Answer / vikash anand

Available RAM + on disk memory (used as extention to RAM).
Ideally why do u need so much capacity. Why do u want to
store so much value.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C++ General Interview Questions

Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


List the special characteristics of constructor.

0 Answers  


What is the handle class?

1 Answers  


What do you mean by inheritance in c++?

0 Answers  


what Is DCS ? what i will get benefit when i did?

0 Answers  






How new/delete differs from malloc()/free?

0 Answers  


What do you mean by pure virtual functions in C++? Give an example?

1 Answers  


can anybody please tell me how to write a program in c++,without using semicolon(;)

6 Answers   NIIT,


How do you master coding?

0 Answers  


Explain storage qualifiers in c++.

0 Answers  


What is increment operator in c++?

0 Answers  


write a C++ programming :if the no is between 32 to 50 it will be odd.

3 Answers   NIIT,


Categories