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

It belongs toich s us the size of the RAM . which is used
in the particular system.

Is This Answer Correct ?    0 Yes 3 No

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

Answer / aditi

it depends on compiler to compiler.

Is This Answer Correct ?    1 Yes 4 No

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

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

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

Answer / arvind giri

java.lang.Integer.MAX_VALUE + 1

Is This Answer Correct ?    6 Yes 11 No

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

Answer / ashif ali

infinity and it is also depend on the size of the program.

Is This Answer Correct ?    0 Yes 5 No

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

Answer / guest

the array can hold only the no of elements given in braces

Is This Answer Correct ?    0 Yes 5 No

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

Answer / shubhra pal

INFINITY

Is This Answer Correct ?    0 Yes 5 No

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

Answer / kumar

infinity

Is This Answer Correct ?    0 Yes 5 No

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

Answer / namitha

An array can hold the declared number size..
that is the size specified by the user

Is This Answer Correct ?    0 Yes 6 No

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

Answer / arvind giri

Oooops I thought its a java question

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More C++ General Interview Questions

What is oop in c++?

0 Answers  


What is singleton pattern in c++?

0 Answers  


What are C++ inline functions?

1 Answers  


what you know about c++?

0 Answers   IBS,


How to change constant values?

6 Answers   Huawei, Symphony,






What jobs can you get with a c++ certification?

0 Answers  


What do you understand by pure virtual function? Write about its use?

0 Answers  


Differentiate between a deep copy and a shallow copy?

1 Answers  


What are namespaces in c++?

0 Answers  


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


What is cout flush?

0 Answers  


Categories