What is the Maximum Size that an Array can hold?
Answer Posted / arvind giri
java.lang.Integer.MAX_VALUE + 1
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
Difference between pointer to constant vs. Pointer constant
Why do you use the namespace feature?
What is polymorphism and its type in c++?
Are php strings immutable?
What is the prototype of printf function?
What you know about structures in C++?
What is tellg () in c++?
Which programming language is best?
What is pointer with example?
How the virtual functions maintain the call up?
What is the difference between global variables and static varables?
What is the basic structure of a c++ program?
What is the use of endl in c++ give an example?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is a stack c++?