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 / kamal aggarwal

32767

Is This Answer Correct ?    21 Yes 77 No

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

Answer / priya

it depend upon the program

Is This Answer Correct ?    4 Yes 61 No

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

Answer / sunita

It depend upon the programmer need

Is This Answer Correct ?    7 Yes 67 No

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

Answer / chithra

Infinity

Is This Answer Correct ?    33 Yes 117 No

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

Answer / payal gupta

infinity

Is This Answer Correct ?    3 Yes 88 No

Post New Answer

More C++ General Interview Questions

Write about the members that a derived class can add?

0 Answers  


Difference between pointer to constant vs. Pointer constant

0 Answers  


How do you show the declaration of a virtual constructor?

0 Answers  


Explain the purpose of the keyword volatile.

0 Answers  


Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


How to change constant values?

6 Answers   Huawei, Symphony,


Can I create my own functions in c++?

0 Answers  


What is :: operator in c++?

0 Answers  


What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

0 Answers  


What is the difference between a reference and a pointer?

0 Answers  


Why can’t you call invariants() as the first line of your constructor?

0 Answers  


Categories